Skip to content

Commit

Permalink
Update TouchHelperService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
zfdang authored Sep 12, 2023
1 parent 0eb9222 commit a4e333a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ public void onAccessibilityEvent(AccessibilityEvent event) {

@Override
public void onInterrupt() {
if (serviceImpl != null) {
serviceImpl.onInterrupt();
}
// if (serviceImpl != null) {
// serviceImpl.onInterrupt();
// }
}

@Override
Expand Down

0 comments on commit a4e333a

Please sign in to comment.