Moving divider line into predictionview.

Change-Id: I40753aaa154023641cead2bd7dcf906fa5a4c2d7
This commit is contained in:
Mario Bertschler
2017-12-13 16:22:24 -08:00
parent 30d276cb92
commit d8ab4671e3
6 changed files with 41 additions and 31 deletions

View File

@@ -547,7 +547,7 @@ public class AllAppsContainerView extends RelativeLayout implements DragSource,
return mHeader;
}
private void setupHeader() {
public void setupHeader() {
if (mHeader == null) {
return;
}