File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
appnav/src/main/kotlin/io/element/android/appnav/room Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ import androidx.compose.foundation.layout.consumeWindowInsets
2727import androidx.compose.foundation.layout.fillMaxSize
2828import androidx.compose.foundation.layout.padding
2929import androidx.compose.foundation.layout.size
30- import androidx.compose.foundation.layout.systemBars
3130import androidx.compose.foundation.layout.width
3231import androidx.compose.foundation.shape.CircleShape
3332import androidx.compose.material3.ExperimentalMaterial3Api
@@ -63,7 +62,6 @@ fun LoadingRoomNodeView(
6362) {
6463 Scaffold (
6564 modifier = modifier,
66- contentWindowInsets = WindowInsets .systemBars,
6765 topBar = {
6866 Column {
6967 ConnectivityIndicatorView (isOnline = hasNetworkConnection)
You can’t perform that action at this time.
0 commit comments