Design fixes for room detail, dm & room member detail screens (#363)
* Design fixes for room detail, dm & room member detail screens. * Record new screenshots, improve RoomDetailsStateProvider. * Move MainActionButton to its own component in the design system.
This commit is contained in:
parent
ca6a47edcd
commit
d4c311545d
33 changed files with 198 additions and 87 deletions
|
|
@ -70,7 +70,6 @@ class MessagesPresenter @Inject constructor(
|
|||
}
|
||||
|
||||
val networkConnectionStatus by networkMonitor.connectivity.collectAsState(initial = networkMonitor.currentConnectivityStatus)
|
||||
println(networkConnectionStatus)
|
||||
|
||||
LaunchedEffect(syncUpdateFlow) {
|
||||
roomAvatar.value =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue