Skip to content

Commit

Permalink
Fix issue causing multiple notifications to be dismissed at once (iSo…
Browse files Browse the repository at this point in the history
  • Loading branch information
iSoron committed Jan 7, 2020
1 parent 997ebfc commit f9437d6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ class AndroidNotificationTray
val manager = NotificationManagerCompat.from(context)
manager.cancel(id)
active.remove(id)

// Clear the group summary notification
if (active.isEmpty()) manager.cancelAll()
}

override fun showNotification(habit: Habit,
Expand Down

0 comments on commit f9437d6

Please sign in to comment.