Skip to content

Commit

Permalink
Update ToastSlideAgain.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevtinge committed Jun 17, 2024
1 parent 55dc707 commit 299c311
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected void after(MethodHookParam param) {
);

findAndHookMethod("com.miui.home.recents.GestureModeApp",
"onStartGesture", new MethodHook() {
lpparam.classLoader, "onStartGesture", new MethodHook() {
@Override
protected void before(MethodHookParam param) {
unhook = hookToast();
Expand Down

0 comments on commit 299c311

Please sign in to comment.