Fixing insets not getting applied to workspace am: 2ab57b665d
Change-Id: I5e2dd63f0628075e9cab70776363a208c9d2dba3
This commit is contained in:
@@ -282,6 +282,7 @@ public class Workspace extends PagedView<WorkspacePageIndicator>
|
|||||||
|
|
||||||
Rect padding = grid.workspacePadding;
|
Rect padding = grid.workspacePadding;
|
||||||
setPadding(padding.left, padding.top, padding.right, padding.bottom);
|
setPadding(padding.left, padding.top, padding.right, padding.bottom);
|
||||||
|
mInsets.set(insets);
|
||||||
|
|
||||||
if (mWorkspaceFadeInAdjacentScreens) {
|
if (mWorkspaceFadeInAdjacentScreens) {
|
||||||
// In landscape mode the page spacing is set to the default.
|
// In landscape mode the page spacing is set to the default.
|
||||||
|
|||||||
Reference in New Issue
Block a user