diff options
-rw-r--r-- | src/view/shell/bottom-bar/BottomBar.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx index 02d942733..f0e6ba339 100644 --- a/src/view/shell/bottom-bar/BottomBar.tsx +++ b/src/view/shell/bottom-bar/BottomBar.tsx @@ -355,8 +355,7 @@ function Btn({ <PressableScale testID={testID} style={styles.ctrl} - onPress={onLongPress ? onPress : undefined} - onPressIn={onLongPress ? undefined : onPress} + onPress={onPress} onLongPress={onLongPress} accessible={accessible} accessibilityLabel={accessibilityLabel} |