Bug 684826 - Last typed character from password field is not visible when password is filled in [r=blassey]
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user