mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Removed the focus change listener of the username edittext (#3538)
This commit is contained in:
parent
0ad269d3d6
commit
4e51492de6
1 changed files with 0 additions and 7 deletions
|
|
@ -145,13 +145,6 @@ public class LoginActivity extends AccountAuthenticatorActivity {
|
|||
}
|
||||
}
|
||||
|
||||
@OnFocusChange(R.id.login_username)
|
||||
void onUsernameFocusChanged(View view, boolean hasFocus) {
|
||||
if (!hasFocus) {
|
||||
ViewUtil.hideKeyboard(view);
|
||||
}
|
||||
}
|
||||
|
||||
@OnFocusChange(R.id.login_password)
|
||||
void onPasswordFocusChanged(View view, boolean hasFocus) {
|
||||
if (!hasFocus) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue