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

Commit a0d24257 authored by Seigo Nonaka's avatar Seigo Nonaka Committed by android-build-merger
Browse files

Merge "Fix suggestion popup for RTL text on LTR layout." into nyc-dev

am: 64d15150

* commit '64d15150':
  Fix suggestion popup for RTL text on LTR layout.

Change-Id: I5c2a98e6d7a55c463ec1aea00729d70294aa0e29
parents 170d25c1 64d15150
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3474,7 +3474,6 @@ public class Editor {
                popupBackground.getPadding(mTempRect);
                width += mTempRect.left + mTempRect.right;
            }
            mSuggestionListView.getLayoutParams().width = width;
            mPopupWindow.setWidth(width);
        }