Very strange bug again only on Android of drawing svgs
This commit is contained in:
xmflsct 2023-03-10 14:04:01 +01:00
parent 97fb5b8e6d
commit 43d2601660
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ const TabSharedToot: React.FC<TabSharedStackScreenProps<'Tab-Shared-Toot'>> = ({
StyleConstants.Spacing.S
}
/>
{leadingItem._level > 1
{Platform.OS !== 'android' && leadingItem._level > 1
? [...new Array(leadingItem._level - 1)].map((_, i) => (
<Svg key={i} style={{ position: 'absolute', top: -1 }}>
<Path