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

Commit 7340be79 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

Fix: Drag handles are not shown for selection/insertion

Bug: 19538371

Change-Id: I9017ae37bfd456272787aa4705d5a1608690f0cb
parent 6a873711
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3235,6 +3235,8 @@ public class Editor {
            mContainer.setSplitTouchEnabled(true);
            mContainer.setClippingEnabled(false);
            mContainer.setWindowLayoutType(WindowManager.LayoutParams.TYPE_APPLICATION_SUB_PANEL);
            mContainer.setWidth(ViewGroup.LayoutParams.WRAP_CONTENT);
            mContainer.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
            mContainer.setContentView(this);

            mDrawableLtr = drawableLtr;