RoomNodeView: remove contentWindowInsets=systemBars as it's default one

This commit is contained in:
ganfra 2023-07-10 15:33:32 +02:00
parent 12a22c5423
commit d330180f5d

View file

@ -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)