Skip to content

Commit

Permalink
Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed Apr 25, 2024
1 parent 8ada8eb commit 53c2bcc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ protected void afterHookedMethod(MethodHookParam param) throws Throwable {
findAndHookMethod(OplusPageIndicator, "onDraw", Canvas.class, new XC_MethodHook() {
@Override
protected void beforeHookedMethod(MethodHookParam param) throws Throwable {
if (!mRemoveHomePagination && !mRemoveFolderPagination) return;
View v = (View) param.thisObject;
switch (v.getParent().getClass().getCanonicalName()) {
case "com.android.launcher3.OplusDragLayer":
Expand Down

0 comments on commit 53c2bcc

Please sign in to comment.