An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

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

fix: content trimmed in server input modal (#733)

authored by

skipness and committed by
GitHub
02392257 8258317c

+1 -1
+1 -1
src/view/com/modals/Modal.tsx
··· 123 123 snapPoints={snapPoints} 124 124 index={store.shell.isModalActive ? 0 : -1} 125 125 enablePanDownToClose 126 - keyboardBehavior="extend" 126 + android_keyboardInputMode="adjustResize" 127 127 keyboardBlurBehavior="restore" 128 128 backdropComponent={ 129 129 store.shell.isModalActive ? createCustomBackdrop(onClose) : undefined