Garmin: Fix unknown transfer notification

This commit is contained in:
José Rebelo
2026-05-12 21:53:28 +01:00
parent bafd1ced47
commit 4fb9bf6698
@@ -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) {