mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "Fixes a bug when using the prediction row view and changing screen orientation." into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
8a63a587c0
@@ -543,6 +543,9 @@ public class AllAppsContainerView extends RelativeLayout implements DragSource,
|
||||
}
|
||||
|
||||
private void setupHeader() {
|
||||
if (mFloatingHeaderHandler == null) {
|
||||
return;
|
||||
}
|
||||
mHeader.setVisibility(View.VISIBLE);
|
||||
int contentHeight = mLauncher.getDeviceProfile().allAppsCellHeightPx;
|
||||
if (!mUsingTabs) {
|
||||
|
||||
Reference in New Issue
Block a user