summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrettyWhite <geekman3454@protonmail.com>2019-06-14 10:58:58 -0400
committerBrettyWhite <geekman3454@protonmail.com>2019-06-14 10:58:58 -0400
commitcc97969af10740fde1250ee707932741470bc5cc (patch)
tree9b9feb8734bba835b704dbe18987d55573336953
parent0abd5806959b6fa5b4fc675886952388d7e8feb9 (diff)
downloadsdl_android-cc97969af10740fde1250ee707932741470bc5cc.tar.gz
refactor present method
-rw-r--r--base/src/main/java/com/smartdevicelink/managers/screen/choiceset/CheckChoiceVROptionalOperation.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/base/src/main/java/com/smartdevicelink/managers/screen/choiceset/CheckChoiceVROptionalOperation.java b/base/src/main/java/com/smartdevicelink/managers/screen/choiceset/CheckChoiceVROptionalOperation.java
index c49522c25..e4b8cb414 100644
--- a/base/src/main/java/com/smartdevicelink/managers/screen/choiceset/CheckChoiceVROptionalOperation.java
+++ b/base/src/main/java/com/smartdevicelink/managers/screen/choiceset/CheckChoiceVROptionalOperation.java
@@ -83,15 +83,6 @@ class CheckChoiceVROptionalOperation implements Runnable {
sendTestChoiceWithVR();
}
}
-
- @Override
- public void onError(int correlationId, Result resultCode, String info){
- DebugTool.logError("There was an error in the check choice vr optional operation. Send test choice with no VR failed. Error: " + info);
- isVROptional = false;
- if (checkChoiceVROptionalInterface != null){
- checkChoiceVROptionalInterface.onError(info);
- }
- }
});
if (internalInterface.get() != null) {