mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
Fixing tiny regression in PagedView spacing
Change-Id: I7dde2257e6079d540d648fa57a15cf865d594f35
This commit is contained in:
@@ -450,7 +450,7 @@ class DeviceProfile {
|
||||
// In portrait, we want the pages spaced such that there is no
|
||||
// overhang of the previous / next page into the current page viewport.
|
||||
// We assume symmetrical padding in portrait mode.
|
||||
return getWorkspacePadding().left;
|
||||
return 2 * getWorkspacePadding().left;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user