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.
1 parent 0ad269d commit 4e51492Copy full SHA for 4e51492
app/src/main/java/fr/free/nrw/commons/auth/LoginActivity.java
@@ -145,13 +145,6 @@ public void onCreate(Bundle savedInstanceState) {
145
}
146
147
148
- @OnFocusChange(R.id.login_username)
149
- void onUsernameFocusChanged(View view, boolean hasFocus) {
150
- if (!hasFocus) {
151
- ViewUtil.hideKeyboard(view);
152
- }
153
154
-
155
@OnFocusChange(R.id.login_password)
156
void onPasswordFocusChanged(View view, boolean hasFocus) {
157
if (!hasFocus) {
0 commit comments