Instant Video design improvements.

This commit is contained in:
Nicholas Tinsley
2023-12-07 16:24:52 -05:00
committed by Cody Henthorne
parent a763e1729c
commit ab66567db6
8 changed files with 103 additions and 34 deletions

View File

@@ -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.");
}
}
}