Move incorrectly placed divider

This commit is contained in:
MM20 2023-04-17 16:35:25 +02:00
parent 60bee39f39
commit 5b7a563739
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -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 {