Skip to content

Commit

Permalink
fix activity crash on options menu selected
Browse files Browse the repository at this point in the history
Signed-off-by: parneet-guraya <[email protected]>
  • Loading branch information
parneet-guraya authored and AndyScherzinger committed Dec 7, 2023
1 parent 76e7bb4 commit 567b378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
}
return true;
} else {
return onOptionsItemSelected(item);
return super.onOptionsItemSelected(item);
}
}

Expand Down

0 comments on commit 567b378

Please sign in to comment.