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

Commit ed4121e1 authored by Winson Chung's avatar Winson Chung
Browse files

Fixing all apps relayout issue.

Bug: 20617223
Change-Id: Ia7efbdb1c8744ca58070b6b20e96bcb19389c0d1
parent 9892e587
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) {