fix: decouple animator for stories
This commit is contained in:
parent
4362dd94c1
commit
31c509f88c
4 changed files with 170 additions and 96 deletions
|
@ -81,6 +81,7 @@ class SettingsAboutActivity : AppCompatActivity() {
|
|||
isChecked = PrefManager.getVal(PrefName.LogToFile),
|
||||
switch = { isChecked, _ ->
|
||||
PrefManager.setVal(PrefName.LogToFile, isChecked)
|
||||
Logger.clearLog()
|
||||
restartApp()
|
||||
},
|
||||
attachToSwitch = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue