mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 12:17:22 +00:00
Update notification message for large backup attachment uploads.
This commit is contained in:
committed by
Michelle Tang
parent
a5496c692f
commit
0ab77e159d
@@ -155,7 +155,7 @@ class UploadAttachmentToArchiveJob private constructor(
|
||||
}
|
||||
|
||||
val progressServiceController = if (attachment.size >= AttachmentUploadUtil.FOREGROUND_LIMIT_BYTES) {
|
||||
AttachmentProgressService.start(context, context.getString(R.string.AttachmentUploadJob_uploading_media))
|
||||
AttachmentProgressService.start(context, context.getString(R.string.UploadAttachmentToArchiveJob_uploading_media))
|
||||
} else {
|
||||
null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user