mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-02-11 09:11:20 -06:00
link with code: code direction fix: revert changes
This commit is contained in:
@@ -44,10 +44,10 @@ public class AddDeviceFragment extends GuidedStepSupportFragment implements AddD
|
||||
}
|
||||
|
||||
private void setTitle(String userCode) {
|
||||
TextView titleView = getGuidanceStylist().getTitleView();
|
||||
// Maintain proper code direction on Arabic language
|
||||
titleView.setTextDirection(TextView.TEXT_DIRECTION_LTR);
|
||||
titleView.setText(userCode);
|
||||
// Maintain proper code direction on Arabic language (mobile client language should match???)
|
||||
//getGuidanceStylist().getTitleView().setTextDirection(TextView.TEXT_DIRECTION_LTR);
|
||||
|
||||
getGuidanceStylist().getTitleView().setText(userCode);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user