File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
auth/src/main/java/com/firebase/ui/auth/compose/ui/method_picker Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import androidx.compose.foundation.layout.Column
7
7
import androidx.compose.foundation.layout.fillMaxSize
8
8
import androidx.compose.foundation.layout.fillMaxWidth
9
9
import androidx.compose.foundation.layout.padding
10
- import androidx.compose.foundation.layout.safeDrawingPadding
11
10
import androidx.compose.foundation.lazy.LazyColumn
12
11
import androidx.compose.foundation.lazy.itemsIndexed
13
12
import androidx.compose.runtime.Composable
@@ -85,7 +84,6 @@ fun AuthMethodPicker(
85
84
val paddingWidth = maxWidth.value * 0.23
86
85
LazyColumn (
87
86
modifier = Modifier
88
- .fillMaxSize()
89
87
.padding(horizontal = paddingWidth.dp)
90
88
.testTag(" AuthMethodPicker LazyColumn" ),
91
89
horizontalAlignment = Alignment .CenterHorizontally ,
You can’t perform that action at this time.
0 commit comments