Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0277191 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Improve AA+ Search UI, fix IME double close

Bug: 167573256

Change-Id: If0d76177a8589bee3283d8c06529cedc8aab6c31
parent f79837d9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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&#8230;</string>
    <!-- No-search-results text. [CHAR_LIMIT=50] -->
+1 −5
Original line number Diff line number Diff line
@@ -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();
            }
        }
    }
}