mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: Move "provide location" preference to DataStore (#1877)
This commit is contained in:
parent
de49f6a48b
commit
38b9515fca
7 changed files with 83 additions and 37 deletions
|
|
@ -266,7 +266,9 @@ fun NavGraph(
|
|||
}
|
||||
)
|
||||
) { backStackEntry ->
|
||||
SettingsScreen {
|
||||
SettingsScreen(
|
||||
uIViewModel,
|
||||
) {
|
||||
navController.navigate(Route.RadioConfig()) {
|
||||
popUpTo(Route.Settings) {
|
||||
inclusive = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue