remove unused platform select
This commit is contained in:
@@ -371,12 +371,7 @@ export function FlatListFooter({
|
|||||||
t.atoms.border_contrast_low,
|
t.atoms.border_contrast_low,
|
||||||
a.px_lg,
|
a.px_lg,
|
||||||
a.pt_md,
|
a.pt_md,
|
||||||
{
|
{paddingBottom: bottom + tokens.space.md},
|
||||||
paddingBottom: platform({
|
|
||||||
ios: tokens.space.sm + bottom,
|
|
||||||
android: tokens.space.md + bottom,
|
|
||||||
}),
|
|
||||||
},
|
|
||||||
// TODO: had to admit defeat here, but we should
|
// TODO: had to admit defeat here, but we should
|
||||||
// try and get this to work for Android as well -sfn
|
// try and get this to work for Android as well -sfn
|
||||||
ios(animatedStyle),
|
ios(animatedStyle),
|
||||||
|
|||||||
Reference in New Issue
Block a user