feat: notification filtering
This commit is contained in:
parent
be97229618
commit
e1a865c973
10 changed files with 151 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue