summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-07-30 13:43:59 -0400
committerNicoleYarroch <nicole@livio.io>2019-07-30 13:43:59 -0400
commit909f2134b08c9fc4d045455fcd03d473a89080b6 (patch)
treecd3578d60940f2e6120d9ba1ba10a1acb8d9cd0e
parent0fcd4bb0c7dd35d57c161efbec5cc709cc07f6bf (diff)
downloadsdl_android-909f2134b08c9fc4d045455fcd03d473a89080b6.tar.gz
Removed “stop” thread command
-rw-r--r--base/src/main/java/com/smartdevicelink/managers/screen/choiceset/PresentChoiceSetOperation.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/src/main/java/com/smartdevicelink/managers/screen/choiceset/PresentChoiceSetOperation.java b/base/src/main/java/com/smartdevicelink/managers/screen/choiceset/PresentChoiceSetOperation.java
index 61134b5a0..0a4cb7ad4 100644
--- a/base/src/main/java/com/smartdevicelink/managers/screen/choiceset/PresentChoiceSetOperation.java
+++ b/base/src/main/java/com/smartdevicelink/managers/screen/choiceset/PresentChoiceSetOperation.java
@@ -262,7 +262,6 @@ class PresentChoiceSetOperation extends AsynchronousOperation {
if (choiceSetSelectionListener != null) {
choiceSetSelectionListener.onError("Canceling a choice set that has not yet been sent to Core");
}
- Thread.currentThread().stop();
Thread.currentThread().interrupt();
}
}