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

Commit ddd156be authored by Siyamed Sinir's avatar Siyamed Sinir Committed by android-build-merger
Browse files

Merge "Fix an incorrect display position of error popup in RTL layout" am:...

Merge "Fix an incorrect display position of error popup in RTL layout" am: b7941c50 am: 0863cf4e
am: 8fc08cc0

Change-Id: I96476450550e726c3ac6c07e39afcd175cfee043
parents adf5d438 8fc08cc0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -544,7 +544,8 @@ public class Editor {
        chooseSize(mErrorPopup, mError, tv);
        tv.setText(mError);

        mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY());
        mErrorPopup.showAsDropDown(mTextView, getErrorX(), getErrorY(),
                Gravity.TOP | Gravity.LEFT);
        mErrorPopup.fixDirection(mErrorPopup.isAboveAnchor());
    }