mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 18:23:55 +00:00
update SettingsDialogFragment.kt
This commit is contained in:
@@ -90,7 +90,7 @@ class SettingsDialogFragment() : BottomSheetDialogFragment() {
|
||||
?.putBoolean("incognito", isChecked).apply()
|
||||
}
|
||||
|
||||
incognito = context?.getSharedPreferences("Dantotsu", Context.MODE_PRIVATE)
|
||||
var incognito = context?.getSharedPreferences("Dantotsu", Context.MODE_PRIVATE)
|
||||
?.getBoolean(
|
||||
"incognito",
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user