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