diff --git a/src/core/renderers/GestureHandler.tsx b/src/core/renderers/GestureHandler.tsx index ce376b1c..00e36199 100644 --- a/src/core/renderers/GestureHandler.tsx +++ b/src/core/renderers/GestureHandler.tsx @@ -34,7 +34,7 @@ export const GestureHandler = ({ const initialNotificationWidth = state?.notificationWidth || Constants.maxNotificationWidth - const isWidthWithinBounds = initialNotificationWidth <= width + const isWidthWithinBounds = initialNotificationWidth <= fullWidth const notificationWidth = isWidthWithinBounds ? initialNotificationWidth : fullWidth