Skip to content

Commit

Permalink
Android - Sign-in page flickers after using autofill
Browse files Browse the repository at this point in the history
  • Loading branch information
ikevin127 committed Apr 1, 2024
1 parent fdd075e commit 539cb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Lottie/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Lottie({source, webStyle, ...props}: Props, ref: ForwardedRef<LottieVie
// using the fallback in case of a Lottie error or appState.isBackground to prevent
// memory leak, see issue: https://github.com/Expensify/App/issues/36645
if (isError || appState.isBackground) {
return <View style={aspectRatioStyle} />;
return <View style={[aspectRatioStyle, props.style]} />;
}

return (
Expand Down

0 comments on commit 539cb87

Please sign in to comment.