Skip to content

Commit

Permalink
Update Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
areteruhiro authored Nov 20, 2024
1 parent b43bf4a commit dcbdb03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/java/io/github/chipppppppppp/lime/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import io.github.chipppppppppp.lime.hooks.KeepUnread;
import io.github.chipppppppppp.lime.hooks.ModifyRequest;
import io.github.chipppppppppp.lime.hooks.ModifyResponse;
import io.github.hiro.lime.hooks.Notif_invalid;
import io.github.chipppppppppp.lime.hooks.OutputRequest;
import io.github.chipppppppppp.lime.hooks.OutputResponse;
import io.github.chipppppppppp.lime.hooks.PreventMarkAsRead;
Expand Down Expand Up @@ -67,7 +68,8 @@ public class Main implements IXposedHookLoadPackage, IXposedHookInitPackageResou
new OutputRequest(),
new Archived(),
new Ringtone(),
new UnsentCap()
new UnsentCap(),
new Notif_invalid(),
};

public void handleLoadPackage(@NonNull XC_LoadPackage.LoadPackageParam loadPackageParam) throws Throwable {
Expand Down

0 comments on commit dcbdb03

Please sign in to comment.