Merge "Launching last task when back button is pressed in overview" into ub-launcher3-master

This commit is contained in:
Sunny Goyal
2018-08-08 17:34:46 +00:00
committed by Android (Google) Code Review
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.