Simplify location picker
This commit is contained in:
parent
fc49d9909c
commit
f5738f73de
1 changed files with 0 additions and 9 deletions
|
@ -36,15 +36,6 @@ class LocationPickerScreen : Screen {
|
|||
|
||||
Scaffold(
|
||||
modifier = Modifier.imePadding(),
|
||||
// FloatingActionButton(onClick = {
|
||||
|
||||
// } ?: kotlin.run { isAboutOpen = true }
|
||||
// }) {
|
||||
// Icon(
|
||||
// imageVector = Icons.Default.Check,
|
||||
// contentDescription = stringResource(id = R.string.action_apply)
|
||||
// )
|
||||
// }
|
||||
) {padding ->
|
||||
Column(modifier = Modifier.padding(padding)) {
|
||||
SmallToolbar(
|
||||
|
|
Reference in a new issue