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

Commit 39e48bef authored by Winson Chung's avatar Winson Chung Committed by Evan Rosky
Browse files

Unset minimized when recents dies

Bug: 151181674
Test: builds and tests pass
Change-Id: I8a3e2d100fdd3f83c210c75e19d7dc0724d55bcd
parent b42dfe72
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -670,6 +670,12 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis
            });
        }
        startConnectionToCurrentUser();

        // Clean up the minimized state if launcher dies
        Divider divider = mDividerOptional.get();
        if (divider != null) {
            divider.setMinimized(false);
        }
    }

    public void startConnectionToCurrentUser() {