Skip to content

Commit d330180

Browse files
committed
RoomNodeView: remove contentWindowInsets=systemBars as it's default one
1 parent 12a22c5 commit d330180

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

appnav/src/main/kotlin/io/element/android/appnav/room/LoadingRoomNodeView.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import androidx.compose.foundation.layout.consumeWindowInsets
2727
import androidx.compose.foundation.layout.fillMaxSize
2828
import androidx.compose.foundation.layout.padding
2929
import androidx.compose.foundation.layout.size
30-
import androidx.compose.foundation.layout.systemBars
3130
import androidx.compose.foundation.layout.width
3231
import androidx.compose.foundation.shape.CircleShape
3332
import 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)

0 commit comments

Comments
 (0)