Files
fdroidclient/app
Tobias_Groza 7076c8dec7 Fix getPercent to return the floored value instead of the rounded up val
Follow up for !1424

With the previous implementation getPercent(1, 200)` returned 1 and getPercent(199, 200) returned 100. The latter is quite misleading, especially when dealing with bigger numbers where the notification could show 100% although the file is still downloading.
2024-09-13 15:50:02 +02:00
..