Fix jank in notifications loading-state rendering
This commit is contained in:
@@ -32,7 +32,7 @@ export const Feed = observer(function Feed({
|
||||
}
|
||||
return (
|
||||
<View style={{flex: 1}}>
|
||||
{view.isLoading && !view.isRefreshing && (
|
||||
{view.isLoading && !view.isRefreshing && !view.hasContent && (
|
||||
<NotificationFeedLoadingPlaceholder />
|
||||
)}
|
||||
{view.hasError && (
|
||||
|
||||
Reference in New Issue
Block a user