Move incorrectly placed divider
This commit is contained in:
parent
60bee39f39
commit
5b7a563739
@ -46,7 +46,6 @@ fun WeatherIntegrationSettingsScreen() {
|
||||
},
|
||||
value = weatherProvider
|
||||
)
|
||||
}
|
||||
val imperialUnits by viewModel.imperialUnits.collectAsState(false)
|
||||
SwitchPreference(
|
||||
title = stringResource(R.string.preference_imperial_units),
|
||||
@ -56,6 +55,7 @@ fun WeatherIntegrationSettingsScreen() {
|
||||
viewModel.setImperialUnits(it)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
item {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user