issues
search
TortugaPower
/
BookPlayer
Player for your DRM-free audiobooks
GNU General Public License v3.0
1.66k
stars
198
forks
source link
Fix a crash on app launch due to a decimal infinity value
#1165
Closed
GianniCarlo
closed
3 months ago
GianniCarlo
commented
3 months ago
Bugfix
The app is crashing when a stored sync task has a infinity value for one of the decimal properties
Approach
Sanitize values when they are mapped into a dictionary
Things to be aware of / Things to focus on
This also includes a fix to a warning regarding the library UITableView being forced to load before the view is put into the UIWindow hierarchy
Bugfix
Approach
Things to be aware of / Things to focus on