diff --git a/src/view/com/util/List.tsx b/src/view/com/util/List.tsx index 18bff4859a..6faf226f4f 100644 --- a/src/view/com/util/List.tsx +++ b/src/view/com/util/List.tsx @@ -1,5 +1,9 @@ import {forwardRef, memo, useDeferredValue, useMemo} from 'react' -import {type LayoutChangeEvent, RefreshControl, type ViewToken} from 'react-native' +import { + type LayoutChangeEvent, + RefreshControl, + type ViewToken, +} from 'react-native' import { type FlatListPropsWithLayout, runOnJS,