Merge "Fix suggestion popup for RTL text on LTR layout." into nyc-dev
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user