mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Added a Storage Service Playground screen.
This commit is contained in:
@@ -157,7 +157,7 @@ object BackupRepository {
|
||||
|
||||
/**
|
||||
* Checks whether or not we do not have enough storage space for our remaining attachments to be downloaded.
|
||||
* Called from the attachment / thumbnail download jobs.
|
||||
* Caller from the attachment / thumbnail download jobs.
|
||||
*/
|
||||
fun checkForOutOfStorageError(tag: String): Boolean {
|
||||
val availableSpace = getFreeStorageSpace()
|
||||
|
||||
Reference in New Issue
Block a user