ncosgray / cuppa_mobile

A simple tea timer app for Android and iOS built with Flutter.
https://www.nathanatos.com
BSD 3-Clause "New" or "Revised" License
69 stars 6 forks source link

Bug report: Quick actions sometimes trigger unexpectedly on Android #58

Closed ncosgray closed 1 year ago

ncosgray commented 2 years ago

Steps to reproduce: 1) Use a quick action by long-pressing on the app icon to start a new tea timer. 2) Tap the notification when brewing is complete. 3) Navigate away from Cuppa and then wait about two hours. 4) Open the app by tapping the app icon.

Expected behavior: Cuppa starts with no active timer.

Observed behavior: Cuppa starts and immediately initiates a new tea timer, as if a quick action was selected.

ncosgray commented 2 years ago

This bug is likely caused by issues with the quick_actions Flutter plugin: https://github.com/flutter/flutter/issues/89615 and https://github.com/flutter/flutter/issues/83251