mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 08:09:12 +01:00
Poke upload progress when viewing settings.
This commit is contained in:
@@ -119,6 +119,10 @@ object ArchiveUploadProgress {
|
||||
}
|
||||
}
|
||||
|
||||
fun triggerUpdate() {
|
||||
_progress.tryEmit(Unit)
|
||||
}
|
||||
|
||||
fun cancel() {
|
||||
updateState {
|
||||
ArchiveUploadProgressState(
|
||||
|
||||
Reference in New Issue
Block a user