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

This commit is contained in:
Seigo Nonaka
2016-04-07 09:20:26 +00:00
committed by Android (Google) Code Review

View File

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