fix: decouple animator for stories

This commit is contained in:
rebelonion 2024-05-01 12:43:04 -05:00
parent 4362dd94c1
commit 31c509f88c
4 changed files with 170 additions and 96 deletions

View file

@ -81,6 +81,7 @@ class SettingsAboutActivity : AppCompatActivity() {
isChecked = PrefManager.getVal(PrefName.LogToFile),
switch = { isChecked, _ ->
PrefManager.setVal(PrefName.LogToFile, isChecked)
Logger.clearLog()
restartApp()
},
attachToSwitch = {