mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 04:21:01 +00:00
feat: notification filtering
This commit is contained in:
@@ -397,6 +397,14 @@ object PrefManager {
|
||||
} else {
|
||||
default
|
||||
}
|
||||
} catch (e: java.io.InvalidClassException) {
|
||||
try {
|
||||
getPrefLocation(location).edit().remove(key).apply()
|
||||
default
|
||||
} catch (e: Exception) {
|
||||
Logger.log(e)
|
||||
default
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
Logger.log(e)
|
||||
default
|
||||
|
||||
Reference in New Issue
Block a user