Skip to content

Commit

Permalink
remove setting for fronyx predictions in AAOS app
Browse files Browse the repository at this point in the history
see also e7c9432
  • Loading branch information
johan12345 committed Jan 28, 2025
1 parent ca829be commit a6c482d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/net/vonforst/evmap/auto/SettingsScreens.kt
Original file line number Diff line number Diff line change
Expand Up @@ -242,15 +242,15 @@ class DataSettingsScreen(ctx: CarContext) : Screen(ctx) {
}
}
}.build())
addItem(
/*addItem(
Row.Builder()
.setTitle(carContext.getString(R.string.pref_prediction_enabled))
.addText(carContext.getString(R.string.pref_prediction_enabled_summary))
.setToggle(Toggle.Builder {
prefs.predictionEnabled = it
}.setChecked(prefs.predictionEnabled).build())
.build()
)
)*/
addItem(Row.Builder().apply {
setTitle(carContext.getString(R.string.pref_tesla_account))
addText(
Expand Down

0 comments on commit a6c482d

Please sign in to comment.