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

Commit 6f03c757 authored by Saalim Quadri's avatar Saalim Quadri
Browse files

Merge branch '3522-s-search-container' into 'v1-s'

[s] fix: Restore workspace when we leave searchContainer

See merge request e/os/BlissLauncher3!151
parents 1aae0d1a a038367f
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2150,6 +2150,10 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche
            return true;
        }

        if (swipeSearchContainer != null && swipeSearchContainer.getVisibility() == View.VISIBLE) {
            hideSwipeSearchContainer();
        }

        boolean success = super.startActivitySafely(v, intent, item);
        if (success && v instanceof BubbleTextView) {
            // This is set to the view that launched the activity that navigated the user away