Add banner entry point to set up recovery

This commit is contained in:
Benoit Marty 2024-08-29 17:24:22 +02:00
parent d3726971ba
commit ad8e8305eb
16 changed files with 150 additions and 16 deletions

View file

@ -178,6 +178,7 @@ class RoomListScreen(
state = state,
onRoomClick = ::onRoomClick,
onSettingsClick = {},
onSetUpRecoveryClick = {},
onConfirmRecoveryKeyClick = {},
onCreateRoomClick = {},
onRoomSettingsClick = {},