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

Commit c461578a authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge \\"QS Edit: Fix auto-selecting add location\\" into nyc-dev am: dd65ee62

am: e2532590

Change-Id: I9d1f13ebedfd0ff91b0c298d92c83ac8bfa884ae
parents 5d4871f6 e2532590
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ import android.view.ViewGroup;
import android.view.accessibility.AccessibilityManager;
import android.widget.FrameLayout;
import android.widget.TextView;

import com.android.internal.logging.MetricsLogger;
import com.android.internal.logging.MetricsProto;
import com.android.systemui.R;
@@ -227,6 +228,8 @@ public class TileAdapter extends RecyclerView.Adapter<Holder> implements TileSta
            });
            if (mNeedsFocus) {
                // Wait for this to get laid out then set its focus.
                // Ensure that tile gets laid out so we get the callback.
                holder.mTileView.requestLayout();
                holder.mTileView.addOnLayoutChangeListener(new OnLayoutChangeListener() {
                    @Override
                    public void onLayoutChange(View v, int left, int top, int right, int bottom,