Fix attachment upload bug.

fork-5.53.8
Greyson Parrelli 2020-04-24 09:24:43 -04:00
rodzic b8e909a134
commit 33874a8866
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -37,6 +37,7 @@ public class ResumableUploadSpecJob extends BaseJob {
protected void onRun() throws Exception {
if (!FeatureFlags.attachmentsV3()) {
Log.i(TAG, "Attachments V3 is not enabled so there is nothing to do!");
return;
}
ResumableUploadSpec resumableUploadSpec = ApplicationDependencies.getSignalServiceMessageSender()