mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: respect keyboard, edgeToEdge tweaks (#1968)
This commit is contained in:
parent
091607da08
commit
ef1c71722a
2 changed files with 19 additions and 5 deletions
|
|
@ -25,6 +25,7 @@ import androidx.compose.animation.slideInVertically
|
|||
import androidx.compose.animation.slideOutVertically
|
||||
import androidx.compose.foundation.background
|
||||
import androidx.compose.foundation.layout.padding
|
||||
import androidx.compose.foundation.layout.safeDrawingPadding
|
||||
import androidx.compose.material.icons.Icons
|
||||
import androidx.compose.material.icons.automirrored.filled.ArrowBack
|
||||
import androidx.compose.material.icons.automirrored.twotone.Chat
|
||||
|
|
@ -147,7 +148,7 @@ fun MainScreen(
|
|||
}
|
||||
|
||||
Scaffold(
|
||||
modifier = modifier,
|
||||
modifier = modifier.safeDrawingPadding(),
|
||||
topBar = {
|
||||
MainAppBar(
|
||||
title = title,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue