Skip to content

Commit

Permalink
Disable notification for debugging reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Jul 6, 2017
1 parent 06cb9a4 commit 25bcb40
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@ private void showNotification(Context context, List<NoteReminder> notes) {
private void showScheduledAtNotification(String msg) {
if (BuildConfig.LOG_DEBUG) LogUtils.d(TAG, msg);

if (true) return;

NotificationManager notificationManager =
(NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);

Expand Down

0 comments on commit 25bcb40

Please sign in to comment.