Skip to content

Commit f818b87

Browse files
Julian KastRHenigan
authored andcommitted
Move keyboard listener to start of operation
1 parent ecd265f commit f818b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/src/main/java/com/smartdevicelink/managers/screen/choiceset/PreloadPresentChoicesOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ public void onExecute() {
185185
choiceId = 1;
186186
reachedMaxIds = false;
187187
}
188+
addListeners();
188189

189190
DebugTool.logInfo(TAG, "Choice Operation: Executing preload choices operation");
190191
// Enforce unique cells and remove cells that are already loaded
@@ -343,7 +344,6 @@ private void updateKeyboardProperties(final CompletionListener listener) {
343344
return;
344345
}
345346

346-
addListeners();
347347

348348
if (keyboardListener != null && choiceSet.getCustomKeyboardConfiguration() != null) {
349349
keyboardProperties = choiceSet.getCustomKeyboardConfiguration();

0 commit comments

Comments
 (0)