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

Commit 008e1f9c authored by Saalim Quadri's avatar Saalim Quadri
Browse files

Merge branch '3522-a15-search-container' into 'a15'

[a15] fix: Restore workspace when we leave searchContainer

See merge request e/os/BlissLauncher3!147
parents 66d19346 2811a6b9
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -2262,6 +2262,10 @@ public class Launcher extends StatefulActivity<LauncherState>
            return result;
            return result;
        }
        }


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

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