Loading res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ <!-- All Apps --> <!-- Search bar text in the apps view. [CHAR_LIMIT=50] --> <string name="all_apps_search_bar_hint">Search apps</string> <!-- Search bar text in the apps view. [CHAR_LIMIT=50] --> <string name="all_apps_on_device_search_bar_hint">Search this phone and more...</string> <!-- Loading apps text. [CHAR_LIMIT=50] --> <string name="all_apps_loading_message">Loading apps…</string> <!-- No-search-results text. [CHAR_LIMIT=50] --> Loading src/com/android/launcher3/allapps/AllAppsTransitionController.java +1 −5 Original line number Diff line number Diff line Loading @@ -270,11 +270,7 @@ public class AllAppsTransitionController implements StateHandler<LauncherState>, editText.requestFocus(); } } if (Float.compare(mProgress, 1f) == 0) { // Called when home gesture closes all apps container. // TODO: should make the controller hide synchronously mInsetController.hide(); } } } } Loading
res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ <!-- All Apps --> <!-- Search bar text in the apps view. [CHAR_LIMIT=50] --> <string name="all_apps_search_bar_hint">Search apps</string> <!-- Search bar text in the apps view. [CHAR_LIMIT=50] --> <string name="all_apps_on_device_search_bar_hint">Search this phone and more...</string> <!-- Loading apps text. [CHAR_LIMIT=50] --> <string name="all_apps_loading_message">Loading apps…</string> <!-- No-search-results text. [CHAR_LIMIT=50] --> Loading
src/com/android/launcher3/allapps/AllAppsTransitionController.java +1 −5 Original line number Diff line number Diff line Loading @@ -270,11 +270,7 @@ public class AllAppsTransitionController implements StateHandler<LauncherState>, editText.requestFocus(); } } if (Float.compare(mProgress, 1f) == 0) { // Called when home gesture closes all apps container. // TODO: should make the controller hide synchronously mInsetController.hide(); } } } }