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 ecd265f commit f818b87Copy full SHA for f818b87
base/src/main/java/com/smartdevicelink/managers/screen/choiceset/PreloadPresentChoicesOperation.java
@@ -185,6 +185,7 @@ public void onExecute() {
185
choiceId = 1;
186
reachedMaxIds = false;
187
}
188
+ addListeners();
189
190
DebugTool.logInfo(TAG, "Choice Operation: Executing preload choices operation");
191
// Enforce unique cells and remove cells that are already loaded
@@ -343,7 +344,6 @@ private void updateKeyboardProperties(final CompletionListener listener) {
343
344
return;
345
346
- addListeners();
347
348
if (keyboardListener != null && choiceSet.getCustomKeyboardConfiguration() != null) {
349
keyboardProperties = choiceSet.getCustomKeyboardConfiguration();
0 commit comments