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

Commit 6245395c 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

am: a0d24257

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

Change-Id: I00b52e18af2faf00c987fe6414c944f2f96e0be7
parents 7c53b78b a0d24257
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);
        }