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

Commit e8db3f02 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Fixing all apps relayout issue." into ub-launcher3-burnaby

parents eede5c03 ed4121e1
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -232,9 +232,16 @@ public class AppsContainerView extends FrameLayout implements DragSource, Insett

            mFixedBounds.set(fixedBounds);
        }
        // Post the updates since they can trigger a relayout, and this call can be triggered from
        // a layout pass itself.
        post(new Runnable() {
            @Override
            public void run() {
                updateBackgrounds();
                updatePaddings();
            }
        });
    }

    @Override
    public boolean onInterceptTouchEvent(MotionEvent ev) {