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