Skip to content

Commit

Permalink
Ad hoc workaround for OxygenOS 14.0.0.840
Browse files Browse the repository at this point in the history
  • Loading branch information
JingMatrix committed Aug 30, 2024
1 parent 84f05c4 commit 308984d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/toolkit/coderstory/MainHook.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void handleLoadPackage(XC_LoadPackage.LoadPackageParam lpparam) throws Th
new CorePatchForV().handleLoadPackage(lpparam);
break;
case Build.VERSION_CODES.UPSIDE_DOWN_CAKE: // 34
new CorePatchForU().handleLoadPackage(lpparam);
new CorePatchForV().handleLoadPackage(lpparam);
break;
case Build.VERSION_CODES.TIRAMISU: // 33
new CorePatchForT().handleLoadPackage(lpparam);
Expand Down

0 comments on commit 308984d

Please sign in to comment.