Skip to content

Commit

Permalink
remove SNM trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dumathane committed Nov 13, 2024
1 parent 75780ae commit 77ebb28
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ import { logAnalyticsEvent } from 'utils/analytics'
import { isErrorObject, showSnackBar } from 'utils/common'
import { hasErrorCode } from 'utils/errors'
import {
askToGiveFeedback,
useAppDispatch,
useAttachments,
useBeforeNavBackListener,
Expand All @@ -76,7 +75,6 @@ function StartNewMessage({ navigation, route }: StartNewMessageProps) {
const dispatch = useAppDispatch()
const draftAttachmentAlert = useDestructiveActionSheet()
const navigateTo = useRouteNavigation()
const inAppFeedback = askToGiveFeedback()
const queryClient = useQueryClient()

const snackbarMessages: SnackbarMessages = {
Expand Down Expand Up @@ -337,7 +335,6 @@ function StartNewMessage({ navigation, route }: StartNewMessageProps) {
showSnackBar(snackbarSentMessages.successMsg, dispatch, undefined, true, false, true)
logAnalyticsEvent(Events.vama_sm_send_message(messageData.category, undefined))
navigateTo('SecureMessaging', { activeTab: 0 })
inAppFeedback('Send New Message')
},
onError: () => {
if (
Expand Down

0 comments on commit 77ebb28

Please sign in to comment.