Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Nov 27, 2023
1 parent 1f3337b commit eed29ca
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,11 @@ function FloatingActionButtonAndPopover(props) {
isActive={isCreateMenuActive}
ref={anchorRef}
onPress={() => {
console.log('FloatingActionButtonAndPopover.js: showCreateMenu()');
// navigate to new screen
Navigation.navigate(ROUTES.SETTINGS_HOME);
if (isCreateMenuActive) {
hideCreateMenu();
} else {
showCreateMenu();
}
}}
/>
</View>
Expand Down

0 comments on commit eed29ca

Please sign in to comment.