mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 12:37:37 +00:00
Fix attachment upload bug.
This commit is contained in:
@@ -37,6 +37,7 @@ public class ResumableUploadSpecJob extends BaseJob {
|
|||||||
protected void onRun() throws Exception {
|
protected void onRun() throws Exception {
|
||||||
if (!FeatureFlags.attachmentsV3()) {
|
if (!FeatureFlags.attachmentsV3()) {
|
||||||
Log.i(TAG, "Attachments V3 is not enabled so there is nothing to do!");
|
Log.i(TAG, "Attachments V3 is not enabled so there is nothing to do!");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ResumableUploadSpec resumableUploadSpec = ApplicationDependencies.getSignalServiceMessageSender()
|
ResumableUploadSpec resumableUploadSpec = ApplicationDependencies.getSignalServiceMessageSender()
|
||||||
|
Reference in New Issue
Block a user