Unset minimized when recents dies
Bug: 151181674 Test: builds and tests pass Change-Id: I8a3e2d100fdd3f83c210c75e19d7dc0724d55bcd
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user