mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix 2231 Modal overlap on double modal open (#2239)

* add same multiple snapPoints to Confirm modal

* snapToIndex instead of confirm

authored by

Ansh and committed by
GitHub
1cf5a0b0 7af48259

+1 -1
+1 -1
src/view/com/modals/Modal.tsx
··· 82 82 83 83 useEffect(() => { 84 84 if (isModalActive) { 85 - bottomSheetRef.current?.expand() 85 + bottomSheetRef.current?.snapToIndex(0) 86 86 } else { 87 87 bottomSheetRef.current?.close() 88 88 }