mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 23:41:02 +00:00
feat: view subscriptions in settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user