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

This commit is contained in:
ganfra
2023-07-10 15:33:32 +02:00
parent 8af99fe280
commit 5d1be53ff4

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)