mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Fixes a bug when using the prediction row view and changing screen orientation.
Bug: 68713881 Change-Id: I9740eee8425d42af87c8c788aefff9a99ae48d2f
This commit is contained in:
@@ -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