mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 14:01:02 +00:00
correct???
This commit is contained in:
@@ -408,7 +408,6 @@ class SettingsActivity : AppCompatActivity(), SimpleDialog.OnDialogResultListen
|
||||
binding.settingsIncognito.setOnCheckedChangeListener { _, isChecked ->
|
||||
getSharedPreferences("Dantotsu", Context.MODE_PRIVATE).edit()
|
||||
.putBoolean("incognito", isChecked).apply()
|
||||
saveData("incognito", isChecked)
|
||||
restartApp()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user