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: android 11 close notificaiton drawer for quick actions #614

Merged
merged 1 commit into from Dec 12, 2022

Conversation

helenaford
Copy link
Member

@helenaford helenaford commented Dec 12, 2022

Closes #579

Despite what android docs say, we should check for the application sdk version and not the target sdk version when determining if the notification drawer should be closed

@codecov
Copy link

codecov bot commented Dec 12, 2022

Codecov Report

Merging #614 (2a384aa) into main (67a775d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #614   +/-   ##
=======================================
  Coverage   77.24%   77.24%           
=======================================
  Files          34       34           
  Lines        1700     1700           
  Branches      546      546           
=======================================
  Hits         1313     1313           
  Misses        386      386           
  Partials        1        1           

@helenaford helenaford merged commit e723fea into main Dec 12, 2022
@helenaford helenaford deleted the helenaford/fix-android-11-notification-drawer branch December 12, 2022 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android: Notification drawer does not close on Android 11
1 participant