mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Garmin: Fix unknown transfer notification
This commit is contained in:
+3
-1
@@ -109,7 +109,9 @@ class GBProgressNotification(
|
||||
fun incrementTotalSize(inc: Long) {
|
||||
LOG.debug("incrementTotalSize id={}: {}+={}", notificationId, totalSize, inc)
|
||||
this.totalSize += inc
|
||||
refresh(false)
|
||||
if (visible) {
|
||||
refresh(false)
|
||||
}
|
||||
}
|
||||
|
||||
fun setProgress(chunkProgress: Long, totalProgress: Long) {
|
||||
|
||||
Reference in New Issue
Block a user