RoomNodeView: remove contentWindowInsets=systemBars as it's default one
This commit is contained in:
parent
8af99fe280
commit
5d1be53ff4
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.fillMaxSize
|
||||||
import androidx.compose.foundation.layout.padding
|
import androidx.compose.foundation.layout.padding
|
||||||
import androidx.compose.foundation.layout.size
|
import androidx.compose.foundation.layout.size
|
||||||
import androidx.compose.foundation.layout.systemBars
|
|
||||||
import androidx.compose.foundation.layout.width
|
import androidx.compose.foundation.layout.width
|
||||||
import androidx.compose.foundation.shape.CircleShape
|
import androidx.compose.foundation.shape.CircleShape
|
||||||
import androidx.compose.material3.ExperimentalMaterial3Api
|
import androidx.compose.material3.ExperimentalMaterial3Api
|
||||||
|
|
@ -63,7 +62,6 @@ fun LoadingRoomNodeView(
|
||||||
) {
|
) {
|
||||||
Scaffold(
|
Scaffold(
|
||||||
modifier = modifier,
|
modifier = modifier,
|
||||||
contentWindowInsets = WindowInsets.systemBars,
|
|
||||||
topBar = {
|
topBar = {
|
||||||
Column {
|
Column {
|
||||||
ConnectivityIndicatorView(isOnline = hasNetworkConnection)
|
ConnectivityIndicatorView(isOnline = hasNetworkConnection)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue