Skip to content

Commit

Permalink
Merge pull request #107 from pixincreate/main
Browse files Browse the repository at this point in the history
Change minimum time between replies
  • Loading branch information
adeekshith authored Feb 22, 2021
2 parents b8cc956 + 197c391 commit 5262f68
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public class NotificationService extends NotificationListenerService {
private final String TAG = NotificationService.class.getSimpleName();
CustomRepliesData customRepliesData;
private WhatsappAutoReplyLogsDB whatsappAutoReplyLogsDB;
private final int DELAY_BETWEEN_REPLY_IN_MILLISEC = 20 * 1000;
private final int DELAY_BETWEEN_NOTIFICATION_RECEIVED_IN_MILLISEC = 60 * 1000;
private final int DELAY_BETWEEN_REPLY_IN_MILLISEC = 10 * 1000;
private final int DELAY_BETWEEN_NOTIFICATION_RECEIVED_IN_MILLISEC = 50 * 1000;

@Override
public void onNotificationPosted(StatusBarNotification sbn) {
Expand Down

0 comments on commit 5262f68

Please sign in to comment.