We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f75abd commit 667d0f7Copy full SHA for 667d0f7
1 file changed
app/src/main/java/com/kooritea/fcmfix/xposed/KeepNotification.java
@@ -84,7 +84,7 @@ protected void beforeHookedMethod(MethodHookParam param) {
84
if(reason == NotificationListenerService.REASON_PACKAGE_CHANGED){
85
param.setResult(null);
86
}
87
- if(reason == 10020){ // cos15/oos15
+ if(reason == 10020 || reason == 10021){ // cos15/oos15
88
89
90
0 commit comments