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 fb5189f commit 834f378Copy full SHA for 834f378
app/src/main/java/io/neurolab/main/NeuroLab.java
@@ -354,10 +354,8 @@ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
354
355
if (id == R.id.nav_focus) {
356
startActivity(new Intent(this, FocusParentActivity.class));
357
- finish();
358
} else if (id == R.id.nav_relax) {
359
startActivity(new Intent(this, RelaxParentActivity.class));
360
361
} else if (id == R.id.nav_meditation) {
362
startActivity(new Intent(this, MeditationHome.class));
363
} else if (id == R.id.nav_memory_graph) {
0 commit comments