mirror of
https://github.com/tooot-app/app
synced 2025-01-04 13:39:42 +01:00
parent
97fb5b8e6d
commit
43d2601660
@ -392,7 +392,7 @@ const TabSharedToot: React.FC<TabSharedStackScreenProps<'Tab-Shared-Toot'>> = ({
|
|||||||
StyleConstants.Spacing.S
|
StyleConstants.Spacing.S
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
{leadingItem._level > 1
|
{Platform.OS !== 'android' && leadingItem._level > 1
|
||||||
? [...new Array(leadingItem._level - 1)].map((_, i) => (
|
? [...new Array(leadingItem._level - 1)].map((_, i) => (
|
||||||
<Svg key={i} style={{ position: 'absolute', top: -1 }}>
|
<Svg key={i} style={{ position: 'absolute', top: -1 }}>
|
||||||
<Path
|
<Path
|
||||||
|
Loading…
Reference in New Issue
Block a user