Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae39c0f9 authored by fbaron's avatar fbaron
Browse files

Don't reset search in two pane sheet

Fix: 319150904
Test: Verify on device that search doesn't reset
Flag: NONE
Change-Id: I7ecb20ef67416e5393d600821ac96b2f7e80c4d2
parent dacd86e0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.launcher3.widget.picker;
import static com.android.launcher3.Flags.enableUnfoldedTwoPanePicker;

import android.content.Context;
import android.content.res.Configuration;
import android.graphics.Outline;
import android.os.Process;
import android.util.AttributeSet;
@@ -123,6 +124,9 @@ public class WidgetsTwoPaneSheet extends WidgetsFullSheet {
        mFastScroller.setVisibility(GONE);
    }

    @Override
    protected void onConfigurationChanged(Configuration newConfig) {}

    @Override
    protected void onLayout(boolean changed, int l, int t, int r, int b) {
        super.onLayout(changed, l, t, r, b);