Fixing insets not getting applied to workspace am: 2ab57b665d

Change-Id: I0588416c03fd7b3173a592d7123f35225aa2e25e
This commit is contained in:
Sunny Goyal
2020-04-09 00:45:33 +00:00
committed by Automerger Merge Worker
+1
View File
@@ -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.