Skip to content

Commit aaf7520

Browse files
committed
fix: checking question data exist
1 parent 203342d commit aaf7520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qasdk/src/main/java/co/astrnt/qasdk/upload/SingleVideoUploadService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ public void run() {
165165
mHandler.post(new Runnable() {
166166
@Override
167167
public void run() {
168+
currentQuestion = astrntSDK.searchQuestionById(questionId);
168169
if (currentQuestion != null) {
169170
if (currentQuestion.getUploadStatus().equals(UploadStatusType.COMPRESSED)) {
170171
doUploadVideo();

0 commit comments

Comments
 (0)