Loading src/com/android/launcher3/allapps/AlphabeticalAppsList.java +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ public class AlphabeticalAppsList implements AllAppsStore.OnUpdateListener { * Returns the child adapter item with IME launch focus. */ public AdapterItem getFocusedChild() { if (mAdapterItems.size() == 0) { if (mAdapterItems.size() == 0 || getFocusedChildIndex() != -1) { return null; } return mAdapterItems.get(getFocusedChildIndex()); Loading Loading
src/com/android/launcher3/allapps/AlphabeticalAppsList.java +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ public class AlphabeticalAppsList implements AllAppsStore.OnUpdateListener { * Returns the child adapter item with IME launch focus. */ public AdapterItem getFocusedChild() { if (mAdapterItems.size() == 0) { if (mAdapterItems.size() == 0 || getFocusedChildIndex() != -1) { return null; } return mAdapterItems.get(getFocusedChildIndex()); Loading