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 d7a2ecc + 3ec330a commit 51fb371Copy full SHA for 51fb371
app/src/main/java/fr/free/nrw/commons/auth/LoginActivity.java
@@ -229,12 +229,6 @@ private void performLogin() {
229
task.execute(canonicalUsername, password);
230
}
231
232
- @Override
233
- public boolean onCreateOptionsMenu(Menu menu) {
234
- getMenuInflater().inflate(R.menu.activity_login, menu);
235
- return true;
236
- }
237
-
238
@Override
239
public boolean onOptionsItemSelected(MenuItem item) {
240
switch (item.getItemId()) {
app/src/main/res/menu/activity_login.xml
0 commit comments