mirror of https://github.com/x13a/Wasted.git
ref
This commit is contained in:
parent
c6083f7ac3
commit
fa4a182268
|
@ -35,7 +35,7 @@ class NotificationListenerService : NotificationListenerService() {
|
|||
|
||||
override fun onListenerConnected() {
|
||||
super.onListenerConnected()
|
||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.S) return
|
||||
migrateNotificationFilter(0, null)
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S)
|
||||
migrateNotificationFilter(0, null)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue