Skip to content

Commit 9b2831f

Browse files
author
Julian Kast
committed
Update comments
1 parent 64543b9 commit 9b2831f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base/src/main/java/com/smartdevicelink/managers/screen/BaseTextAndGraphicManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private synchronized void sdlUpdate(final CompletionListener listener) {
196196
}
197197
}
198198

199-
// If Task is IN_PROGRESS it's not on the queue, we need to cancel it, the operation will take care of stopping it and will call the listener back
199+
// If Task is IN_PROGRESS, its not on the queue, we need to mark it as cancelled. The task will return at some point when it checks its status and call the listener back
200200
if (updateOperation != null && updateOperation.getState() == Task.IN_PROGRESS) {
201201
updateOperation.cancelTask();
202202
}

0 commit comments

Comments
 (0)