Fixing crash when drawing prediction bar divider.

This commit is contained in:
Winson Chung
2015-05-14 15:38:22 -07:00
parent f7e85f85d3
commit 4ddc340f67
2 changed files with 13 additions and 2 deletions
@@ -396,6 +396,7 @@ public class AppsContainerView extends BaseContainerView implements DragSource,
inset, 0, inset, 0);
mContentView.setBackground(background);
mAppsRecyclerView.updateBackgroundPadding(background);
mAdapter.updateBackgroundPadding(background);
getRevealView().setBackground(background.getConstantState().newDrawable());
}