mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
Fixing bug where tapping home while going from page 0 to 1 does nothing
Bug: 63454716 Change-Id: Id8bd47388858b6eb866fa87b67307731c1aca2aa
This commit is contained in:
@@ -3986,7 +3986,7 @@ public class Workspace extends PagedView
|
||||
|
||||
void moveToDefaultScreen(boolean animate) {
|
||||
int page = getDefaultPage();
|
||||
if (!workspaceInModalState() && getCurrentPage() != page) {
|
||||
if (!workspaceInModalState() && getNextPage() != page) {
|
||||
if (animate) {
|
||||
snapToPage(page);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user