We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb9222 commit a4e333aCopy full SHA for a4e333a
1 file changed
app/src/main/java/com/zfdang/touchhelper/TouchHelperService.java
@@ -42,9 +42,9 @@ public void onAccessibilityEvent(AccessibilityEvent event) {
42
43
@Override
44
public void onInterrupt() {
45
- if (serviceImpl != null) {
46
- serviceImpl.onInterrupt();
47
- }
+ // if (serviceImpl != null) {
+ // serviceImpl.onInterrupt();
+ // }
48
}
49
50
0 commit comments