diff --git a/app/screens/in_app_notification/index.tsx b/app/screens/in_app_notification/index.tsx index 1e2c2e5c2..787f0190c 100644 --- a/app/screens/in_app_notification/index.tsx +++ b/app/screens/in_app_notification/index.tsx @@ -62,6 +62,9 @@ const styles = StyleSheet.create({ touchable: { flexDirection: 'row', }, + gestureHandler: { + flex: 0, + }, }); const InAppNotification = ({componentId, serverName, serverUrl, notification}: InAppNotificationProps) => { @@ -148,7 +151,7 @@ const InAppNotification = ({componentId, serverName, serverUrl, notification}: I const database = DatabaseManager.serverDatabases[serverUrl]?.database; return ( - +