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

Commit 8c1c04c9 authored by Saalim Quadri's avatar Saalim Quadri
Browse files

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

[t] fix: Restore workspace when we leave searchContainer

See merge request e/os/BlissLauncher3!148
parents 105515b2 af215c90
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2273,6 +2273,10 @@ public class Launcher extends StatefulActivity<LauncherState>
            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