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

fix: android crash on notifications tab from whitespace

authored by

Zero and committed by
GitHub
8d76aa00 9fa8476c

+1 -1
+1 -1
src/view/com/notifications/NotificationFeedItem.tsx
··· 747 747 </Pressable> 748 748 ) 749 749 } else { 750 - return <>{children} </> 750 + return <>{children}</> 751 751 } 752 752 } 753 753