From 2be5e7c4e4a61cea1c1d616bdd5679e95f5843e1 Mon Sep 17 00:00:00 2001 From: Milan Paunovic Date: Tue, 22 Oct 2024 10:33:05 +0200 Subject: [PATCH] clear edit event --- app.json | 2 +- components/pages/calendar/ManuallyAddEventModal.tsx | 1 + ios/cally/Info.plist | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index c8c22e9..aee25f1 100644 --- a/app.json +++ b/app.json @@ -16,7 +16,7 @@ "supportsTablet": true, "bundleIdentifier": "com.cally.app", "googleServicesFile": "./ios/GoogleService-Info.plist", - "buildNumber": "46", + "buildNumber": "47", "usesAppleSignIn": true }, "android": { diff --git a/components/pages/calendar/ManuallyAddEventModal.tsx b/components/pages/calendar/ManuallyAddEventModal.tsx index aacb252..1d9d7b6 100644 --- a/components/pages/calendar/ManuallyAddEventModal.tsx +++ b/components/pages/calendar/ManuallyAddEventModal.tsx @@ -161,6 +161,7 @@ export const ManuallyAddEventModal = () => { if (editEvent?.id) eventData.id = editEvent?.id await createEvent(eventData); + setEditEvent(undefined) close(); }; diff --git a/ios/cally/Info.plist b/ios/cally/Info.plist index f065a6d..c6a0e8d 100644 --- a/ios/cally/Info.plist +++ b/ios/cally/Info.plist @@ -47,7 +47,7 @@ CFBundleVersion - 45 + 47 LSRequiresIPhoneOS NSAppTransportSecurity @@ -121,6 +121,9 @@ $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route + $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route + $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route + $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route UILaunchStoryboardName SplashScreen