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.

Only listen to back button on android (#1623)

authored by

Paul Frazee and committed by
GitHub
b74a0e0f bd7db8af

+3
+3
src/view/com/composer/Composer.tsx
··· 131 131 }, [store, onClose, graphemeLength, gallery]) 132 132 // android back button 133 133 useEffect(() => { 134 + if (!isAndroid) { 135 + return 136 + } 134 137 const backHandler = BackHandler.addEventListener( 135 138 'hardwareBackPress', 136 139 () => {