Add comment to clarify the SteadyException case.
This commit is contained in:
parent
236d089ccf
commit
eb63c882e1
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ internal fun BackupUploadState.isBackingUp(): Boolean {
|
||||||
return when (this) {
|
return when (this) {
|
||||||
BackupUploadState.Waiting,
|
BackupUploadState.Waiting,
|
||||||
is BackupUploadState.Uploading -> true
|
is BackupUploadState.Uploading -> true
|
||||||
|
// The backup is in progress, but there have been a network issue, so we have to warn the user.
|
||||||
is BackupUploadState.SteadyException -> exception is SteadyStateException.Connection
|
is BackupUploadState.SteadyException -> exception is SteadyStateException.Connection
|
||||||
BackupUploadState.Unknown,
|
BackupUploadState.Unknown,
|
||||||
BackupUploadState.Done,
|
BackupUploadState.Done,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue