Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move keyboard listener to start of operation
  • Loading branch information
Julian Kast authored and RHenigan committed Dec 6, 2021
commit f818b87df76916042a80b7e0041e2e47964ffbf3
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ public void onExecute() {
choiceId = 1;
reachedMaxIds = false;
}
addListeners();

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

addListeners();

if (keyboardListener != null && choiceSet.getCustomKeyboardConfiguration() != null) {
keyboardProperties = choiceSet.getCustomKeyboardConfiguration();
Expand Down