issues
search
TortugaPower
/
BookPlayer
Player for your DRM-free audiobooks
GNU General Public License v3.0
1.65k
stars
197
forks
source link
Fix sticky sleep timer persisting across app launches
#1148
Closed
GianniCarlo
closed
4 months ago
GianniCarlo
commented
4 months ago
Bugfix
If the app was killed in the background, the last active sleep timer wouldn't load on the next launch, breaking sticky timer functionality
Approach
User UserDefaults to store the last active timer, and set it when initializing the SleepTimer object
Bugfix
Approach