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 e4003eb commit a12a9adCopy full SHA for a12a9ad
app/src/main/java/io/neurolab/main/NeuroLab.java
@@ -352,6 +352,7 @@ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
352
// Handle navigation view item clicks here.
353
int id = item.getItemId();
354
355
+ item.setCheckable(false);
356
if (id == R.id.nav_focus) {
357
startActivity(new Intent(this, FocusParentActivity.class));
358
} else if (id == R.id.nav_relax) {
0 commit comments