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