Skip to content

Commit

Permalink
Fixes fossasia#627 : Fixes Navigation Problem
Browse files Browse the repository at this point in the history
  • Loading branch information
NikunjGarg2000 committed Feb 18, 2021
1 parent 2a1350a commit 77dfa15
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
Intent intent = new Intent(getContext(), DataLoggerActivity.class);
intent.putExtra(ProgramModeActivity.PROGRAM_FLAG_KEY, MemoryGraphParent.MEMORY_GRAPH_FLAG);
startActivity(intent);
getActivity().finish();
} else if (id == R.id.save_graph_data) {
recordData();
} else if (id == R.id.stop_graph_data) {
Expand Down

0 comments on commit 77dfa15

Please sign in to comment.