Skip to content

Commit

Permalink
Fix ad blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
Chipppppppppp committed Feb 24, 2024
1 parent 2ca9521 commit c333d01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/java/io/github/chipppppppppp/lime/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,6 @@ protected void beforeHookedMethod(MethodHookParam param) throws Throwable {

view = (View) view.getParent();
Utils.hideView(view);

view = (View) view.getParent();
Utils.hideView(view);
}
}
});
Expand Down

0 comments on commit c333d01

Please sign in to comment.