misc(power level) : update tests following api change
This commit is contained in:
parent
29c1f33638
commit
5c8fd831e3
25 changed files with 475 additions and 637 deletions
|
|
@ -67,7 +67,6 @@ class SecurityAndPrivacyPresenter(
|
|||
}.collectAsState(false)
|
||||
val saveAction = remember { mutableStateOf<AsyncAction<Unit>>(AsyncAction.Uninitialized) }
|
||||
val homeserverName = remember { matrixClient.userIdServerName() }
|
||||
val syncUpdateFlow = room.syncUpdateFlow.collectAsState()
|
||||
val roomInfo by room.roomInfoFlow.collectAsState()
|
||||
|
||||
val savedIsVisibleInRoomDirectory = remember { mutableStateOf<AsyncData<Boolean>>(AsyncData.Uninitialized) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue