a-mabe / OpenHIIT

:weight_lifting: :medal_sports: Open-source, cross platform HIIT and Tabata interval timer. Pull requests are appreciated!
MIT License
38 stars 9 forks source link

[BUG] iOS version crashes after leaving the app in the background #80

Closed a-mabe closed 8 months ago

a-mabe commented 8 months ago

Describe the bug After completing a workout and leaving the app in the background on the Nice job! screen, the app will crash when the user attempts to use the Back or Restart buttons.

To Reproduce Steps to reproduce the behavior:

  1. Start a workout.
  2. Allow the workout to complete and the app to display the Nice job! screen
  3. Leave the app in the background for several minutes.
  4. Upon bringing the app to the foreground, attempt to use either the Back or Restart buttons.

Expected behavior App should not crash.

Screenshots If applicable, add screenshots to help explain your problem.

N/A

Device and Operating System (please complete the following information):

Additional context Add any other context about the problem here.

a-mabe commented 8 months ago

Issue does not occur on Android, iOS is potentially killing some process within the app.

a-mabe commented 8 months ago

Unable to reproduce