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

Commit d1eca77c authored by Roozbeh Pournader's avatar Roozbeh Pournader Committed by Android (Google) Code Review
Browse files

Merge "Fix: Drag handles are not shown for selection/insertion"

parents 0e9a8f6a 7340be79
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3326,6 +3326,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;