From 22e21a402695d857d2b0d5646df1009a6f037d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Espino=20Garc=C3=ADa?= Date: Thu, 9 May 2024 13:02:22 +0200 Subject: [PATCH] Fix notification impeding the input in the rest of the app (#7942) --- app/screens/in_app_notification/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ( - +