Makes sure to keep the chat's input on top of the system nav
This commit is contained in:
+2
@@ -217,6 +217,7 @@ fun ChatroomListTwoPane(
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
second = {
|
second = {
|
||||||
|
Box(Modifier.fillMaxSize().systemBarsPadding()) {
|
||||||
twoPaneNav.innerNav.value?.let {
|
twoPaneNav.innerNav.value?.let {
|
||||||
if (it.route == "Room") {
|
if (it.route == "Room") {
|
||||||
Chatroom(
|
Chatroom(
|
||||||
@@ -234,6 +235,7 @@ fun ChatroomListTwoPane(
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
strategy = strategy,
|
strategy = strategy,
|
||||||
displayFeatures = accountViewModel.settings.displayFeatures.value,
|
displayFeatures = accountViewModel.settings.displayFeatures.value,
|
||||||
|
|||||||
Reference in New Issue
Block a user