RoomNodeView: remove contentWindowInsets=systemBars as it's default one
This commit is contained in:
parent
12a22c5423
commit
d330180f5d
1 changed files with 0 additions and 2 deletions
|
|
@ -27,7 +27,6 @@ import androidx.compose.foundation.layout.consumeWindowInsets
|
|||
import androidx.compose.foundation.layout.fillMaxSize
|
||||
import androidx.compose.foundation.layout.padding
|
||||
import androidx.compose.foundation.layout.size
|
||||
import androidx.compose.foundation.layout.systemBars
|
||||
import androidx.compose.foundation.layout.width
|
||||
import androidx.compose.foundation.shape.CircleShape
|
||||
import androidx.compose.material3.ExperimentalMaterial3Api
|
||||
|
|
@ -63,7 +62,6 @@ fun LoadingRoomNodeView(
|
|||
) {
|
||||
Scaffold(
|
||||
modifier = modifier,
|
||||
contentWindowInsets = WindowInsets.systemBars,
|
||||
topBar = {
|
||||
Column {
|
||||
ConnectivityIndicatorView(isOnline = hasNetworkConnection)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue