Skip to content

Commit

Permalink
refactor: use SEMI_FOCUSED instead of FOCUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Nov 10, 2020
1 parent e681a48 commit 3d163d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ internal class LookupEnhancer(
try {
// Setting the lookup focus degree to "focused" means the top lookup item
// matching the prefix is preselected and ready to be completed
lookup.setLookupFocusDegree("FOCUSED")
lookup.setLookupFocusDegree("SEMI_FOCUSED")
} catch (e: Exception) {
logger.error("Couldn't override the lookup focus degree", e)
}
Expand Down

0 comments on commit 3d163d0

Please sign in to comment.