зеркало из https://github.com/mozilla/pjs.git
Bug 684826 - Last typed character from password field is not visible when password is filled in [r=blassey]
This commit is contained in:
Родитель
d1659f3dfa
Коммит
e19b1366ac
|
@ -1334,11 +1334,11 @@ public class GeckoAppShell
|
|||
try {
|
||||
int showPassword =
|
||||
Settings.System.getInt(GeckoApp.mAppContext.getContentResolver(),
|
||||
Settings.System.TEXT_SHOW_PASSWORD);
|
||||
Settings.System.TEXT_SHOW_PASSWORD, 1);
|
||||
return (showPassword > 0);
|
||||
}
|
||||
catch (Exception e) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
public static void addPluginView(final View view,
|
||||
|
|
Загрузка…
Ссылка в новой задаче