Skip to content

Commit

Permalink
fix: close contact modal after deletion (#141)
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: Poonam Ghewande <[email protected]>
  • Loading branch information
poonam-ghewande committed Dec 1, 2023
1 parent 3a8c0f2 commit b1ac02d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/screens/Connection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { useNotifications } from '../hooks/notifications'
import { Screens, TabStacks, DeliveryStackParams, Stacks } from '../types/navigators'
import { useAppAgent } from '../utils/agent'
import { testIdWithKey } from '../utils/testable'
import { heightPercentageToDP } from 'react-native-responsive-screen'

type ConnectionProps = StackScreenProps<DeliveryStackParams, Screens.Connection>

Expand Down

0 comments on commit b1ac02d

Please sign in to comment.