mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Add error case for when you don't have enough disk space to create a backup.
This commit is contained in:
committed by
Alex Hart
parent
ccdec5113f
commit
dd8104bf61
@@ -88,6 +88,12 @@ fun BackupCreateErrorRow(
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BackupValues.BackupCreationError.NOT_ENOUGH_DISK_SPACE -> {
|
||||
BackupAlertText {
|
||||
append(stringResource(R.string.BackupStatusRow__not_enough_disk_space, DateUtils.getDayPrecisionTimeString(context, locale, lastMessageCutoffTime)))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user