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

Commit e2966668 authored by Federico Baron's avatar Federico Baron Committed by Android (Google) Code Review
Browse files

Merge "Don't reset search in two pane sheet" into main

parents fff93577 ae39c0f9
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);