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

Commit 90a077a3 authored by Liran Binyamin's avatar Liran Binyamin Committed by Android (Google) Code Review
Browse files

Merge "Clean up unnecessary bubble task bounds update" into main

parents af5fb404 66b6e55d
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1305,15 +1305,6 @@ public class BubbleController implements ConfigurationChangeListener,
                        mContext.getResources().getDimensionPixelSize(
                                com.android.internal.R.dimen.importance_ring_stroke_width));
                mStackView.onDisplaySizeChanged();
                // TODO b/392893178: Merge the unfold and the task view transition so that we don't
                //  have to post a delayed runnable to the looper to update the bounds
                if (mStackView.isExpanded()) {
                    mStackView.postDelayed(() -> {
                        if (mStackView != null) {
                            mStackView.updateExpandedView();
                        }
                    } , 500);
                }
            }
            if (newConfig.fontScale != mFontScale) {
                mFontScale = newConfig.fontScale;