We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203342d commit aaf7520Copy full SHA for aaf7520
qasdk/src/main/java/co/astrnt/qasdk/upload/SingleVideoUploadService.java
@@ -165,6 +165,7 @@ public void run() {
165
mHandler.post(new Runnable() {
166
@Override
167
public void run() {
168
+ currentQuestion = astrntSDK.searchQuestionById(questionId);
169
if (currentQuestion != null) {
170
if (currentQuestion.getUploadStatus().equals(UploadStatusType.COMPRESSED)) {
171
doUploadVideo();
0 commit comments