We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad26715 commit a1fc7e5Copy full SHA for a1fc7e5
app/src/main/java/com/zfdang/touchhelper/TouchHelperServiceImpl.java
@@ -190,7 +190,7 @@ public boolean handleMessage(Message msg) {
190
showActivityCustomizationDialog();
191
break;
192
case TouchHelperService.ACTION_START_SKIPAD:
193
- Log.d(TAG, "resume from wakeup and start to skip ads now ...");
+// Log.d(TAG, "resume from wakeup and start to skip ads now ...");
194
findSkipButtonByTextOrDescription(service.getRootInActiveWindow());
195
196
}
0 commit comments