mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile UI: re-enable download status when restarting download
When tapping on 'retry' we didn't clear the flag that decided which message to display. Fixes: #2651 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4e51af7d62
commit
b92b5998ff
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
Mobile-android: Add usb-serial-for-android driver support
|
Mobile-android: Add usb-serial-for-android driver support
|
||||||
|
Mobile: fix missing download info on retry
|
||||||
Mobile: enable profile zoom and pan
|
Mobile: enable profile zoom and pan
|
||||||
Mobile: add people- and tags-filter modes
|
Mobile: add people- and tags-filter modes
|
||||||
Desktop: fix tab-order in filter widget
|
Desktop: fix tab-order in filter widget
|
||||||
|
|
|
@ -329,6 +329,7 @@ Kirigami.Page {
|
||||||
message += " downloading " + (manager.DC_forceDownload ? "all" : "only new" ) + " dives";
|
message += " downloading " + (manager.DC_forceDownload ? "all" : "only new" ) + " dives";
|
||||||
manager.appendTextToLog(message)
|
manager.appendTextToLog(message)
|
||||||
progressBar.visible = true
|
progressBar.visible = true
|
||||||
|
divesDownloaded = false // this allows the progressMessage to be displayed
|
||||||
importModel.startDownload()
|
importModel.startDownload()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue