mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-01 14:13:22 +01:00
Instant Video design improvements.
This commit is contained in:
committed by
Cody Henthorne
parent
a763e1729c
commit
ab66567db6
@@ -1510,6 +1510,7 @@ public class PushServiceSocket {
|
||||
listener.onAttachmentProgress(body.contentLength() + offset, totalRead);
|
||||
if (listener.shouldCancel()) {
|
||||
call.cancel();
|
||||
throw new PushNetworkException("Canceled by listener check.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user