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

am: 64d1515

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

Change-Id: I5c2a98e6d7a55c463ec1aea00729d70294aa0e29
This commit is contained in:
Seigo Nonaka
2016-04-07 09:27:45 +00:00
committed by android-build-merger

View File

@@ -3474,7 +3474,6 @@ public class Editor {
popupBackground.getPadding(mTempRect);
width += mTempRect.left + mTempRect.right;
}
mSuggestionListView.getLayoutParams().width = width;
mPopupWindow.setWidth(width);
}