Skip to content

Commit 667d0f7

Browse files
authored
fix coloros keep notification (#191)
1 parent 1f75abd commit 667d0f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/kooritea/fcmfix/xposed/KeepNotification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ protected void beforeHookedMethod(MethodHookParam param) {
8484
if(reason == NotificationListenerService.REASON_PACKAGE_CHANGED){
8585
param.setResult(null);
8686
}
87-
if(reason == 10020){ // cos15/oos15
87+
if(reason == 10020 || reason == 10021){ // cos15/oos15
8888
param.setResult(null);
8989
}
9090
}

0 commit comments

Comments
 (0)