Launching last task when back button is pressed in overview

Bug: 111158326
Change-Id: Ib38f12f177780d15dbee69e4a27c21aaa9a3e087
This commit is contained in:
Sunny Goyal
2018-08-02 13:35:07 -07:00
parent 0b74a7fe5e
commit e39690b218
5 changed files with 31 additions and 17 deletions

View File

@@ -1291,12 +1291,6 @@ public class Workspace extends PagedView<WorkspacePageIndicator>
}
}
public void showOutlinesTemporarily() {
if (!mIsPageInTransition && !isTouchActive()) {
snapToPage(mCurrentPage);
}
}
private void updatePageAlphaValues() {
// We need to check the isDragging case because updatePageAlphaValues is called between
// goToState(SPRING_LOADED) and onStartStateTransition.