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

can't stop alarms by swiping away in Android API 33 or earlier; can in API 34, #198

Open
ApplySci opened this issue May 6, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ApplySci
Copy link

ApplySci commented May 6, 2024

Alarm plugin version
3.1.3

Describe the bug
Alarms can be stopped by swiping, in a flutter Android app, if API level is 34. However, the alarm cannot be dismissed by swiping if the API level is 33 or earlier.

To Reproduce
Run the example in the repository in the Android Emulator in Android Studio.

With an emulated API 34 device, the alarm can be stopped by swiping the notification away.

With an emulated API 33 (or earlier) device, the notification cannot be swiped away.

Expected behavior
Swiping the alarm notification terminates the alarm

Device info
Using the Android emulator with API levels 28-33 shows the bug. API level 34 behaves as expected. Android Moto phones with API level lower than 34 show the bug.

@ApplySci ApplySci added the bug Something isn't working label May 6, 2024
@ApplySci ApplySci changed the title can't silence alarms in Android API 33 or earlier; can in API 34, can't stop alarms by swiping away in Android API 33 or earlier; can in API 34, May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants