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,8 +109,10 @@ class GBProgressNotification(
fun incrementTotalSize(inc: Long) {
LOG.debug("incrementTotalSize id={}: {}+={}", notificationId, totalSize, inc)
this.totalSize += inc
if (visible) {
refresh(false)
}
}
fun setProgress(chunkProgress: Long, totalProgress: Long) {
LOG.debug("setProgress id={}: {} {}", notificationId, chunkProgress, totalProgress)