We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5377a7 + 8701bb9 commit 674a131Copy full SHA for 674a131
core/java/android/widget/TextView.java
@@ -8229,9 +8229,8 @@ boolean isInBatchEditMode() {
8229
8230
TextDirectionHeuristic getTextDirectionHeuristic() {
8231
if (hasPasswordTransformationMethod()) {
8232
- // TODO: take care of the content direction to show the password text and dots justified
8233
- // to the left or to the right
8234
- return TextDirectionHeuristics.LOCALE;
+ // passwords fields should be LTR
+ return TextDirectionHeuristics.LTR;
8235
}
8236
8237
// Always need to resolve layout direction first
0 commit comments