mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 07:31:02 +00:00
[skip ci] feat: theme crash fix
This commit is contained in:
@@ -100,7 +100,7 @@ class SettingsAnimeActivity: AppCompatActivity(){
|
||||
isChecked = PrefManager.getVal(PrefName.IncludeAnimeList),
|
||||
switch = { isChecked, _ ->
|
||||
PrefManager.setVal(PrefName.IncludeAnimeList, isChecked)
|
||||
restartApp(binding.root)
|
||||
restartApp()
|
||||
}
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user