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

Commit 96d68d45 authored by Tarandeep Singh's avatar Tarandeep Singh
Browse files

SearchView focus should be preserved in split-screen.

SearchView's focus should be preserved when entering or exiting
split-screen mode.

Fixes: 31444175
Test: Verified toggling split-screen preserves the focus.
Change-Id: If3a11a6877b4d091ac0559a5cc8775eef071de40
parent 2d0785b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ public class LocalePickerWithRegion extends ListFragment implements SearchView.O
            mSearchView.setOnQueryTextListener(this);

            // Restore previous search status
            if (!TextUtils.isEmpty(mPreviousSearch)) {
            if (mPreviousSearch != null) {
                searchMenuItem.expandActionView();
                mSearchView.setIconified(false);
                mSearchView.setActivated(true);