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

Commit fd51c00a authored by kaiyiz's avatar kaiyiz Committed by Steve Kondik
Browse files

Mms: Fix mms Null Pointer exception when running monkey test

InsertionHandleView dismiss again after onDetached()

Dismiss only if PopupWindow is showing.

CRs-Fixed: 713460

Change-Id: Ic60443b9e557184031678516dc3665bf61b78bf7
parent aac793ea
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3302,7 +3302,9 @@ public class Editor {

        protected void dismiss() {
            mIsDragging = false;
            if (mContainer.isShowing()) {
                mContainer.dismiss();
            }
            onDetached();
        }