Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] groupless heads-up style notifications from redisplaying previous #1603

Merged
merged 2 commits into from
Jun 21, 2022

Commits on Jun 19, 2022

  1. Fix showing old notifications on groupless update

    Fix issue where if notifications were shown as heads-up style and a 4th
    notification is displayed all previous notifications would show again.
    
    We need to regenerate these notifications to attach a group but we
    didn't use setOnlyAlertOnce(true) to prevent showing as heads up again.
    jkasten2 committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    8e7a758 View commit details
    Browse the repository at this point in the history
  2. rm dead code for Android 6.0 (M)

    assignGrouplessNotifications is only ever needed for Android 7.0 (N) and
    higher so bumped this requirement.
    Also the Android 6.0 (M) implementation was incomplete, it never
    assigned anything from the old notification.
    jkasten2 committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    9d76b27 View commit details
    Browse the repository at this point in the history