feat: view subscriptions in settings
This commit is contained in:
parent
f1d16ba16a
commit
6c1176a182
14 changed files with 221 additions and 15 deletions
|
@ -395,9 +395,11 @@ object PrefManager {
|
|||
val obj = ois.readObject() as T?
|
||||
obj
|
||||
} else {
|
||||
Logger.log("Serialized data is null (key: $key)")
|
||||
default
|
||||
}
|
||||
} catch (e: java.io.InvalidClassException) {
|
||||
Logger.log(e)
|
||||
try {
|
||||
getPrefLocation(location).edit().remove(key).apply()
|
||||
default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue