Skip to content

Commit

Permalink
Remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed May 5, 2024
1 parent 6334523 commit d194d7a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ protected void afterHookedMethod(MethodHookParam param) throws Throwable {
hookAllMethods(QuickSettingsController, "isOpenQsEvent", new XC_MethodHook() {
@Override
protected void beforeHookedMethod(MethodHookParam param) throws Throwable {
log(TAG + "isOpenQsEvent " + oneFingerPulldownEnabled);

if (!oneFingerPulldownEnabled) return;

Expand Down

0 comments on commit d194d7a

Please sign in to comment.