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 987fff0 commit 67563e0Copy full SHA for 67563e0
app/src/main/java/fr/free/nrw/commons/theme/NavigationBaseActivity.java
@@ -71,7 +71,7 @@ public void initDrawer() {
71
Menu nav_Menu = navigationView.getMenu();
72
View headerLayout = navigationView.getHeaderView(0);
73
ImageView userIcon = headerLayout.findViewById(R.id.user_icon);
74
- if (prefs.getBoolean("login_skipped", true)) {
+ if (prefs.getBoolean("login_skipped", false)) {
75
userIcon.setVisibility(View.GONE);
76
nav_Menu.findItem(R.id.action_login).setVisible(true);
77
nav_Menu.findItem(R.id.action_home).setVisible(false);
0 commit comments