feat: update RefreshControl mocks in tests and improve error handling in useChangePassword hook
This commit is contained in:
@@ -56,7 +56,7 @@ export default function SearchResultsScreen() {
|
||||
aspectRatio: template.aspectRatio ? parseFloat(template.aspectRatio as string) : undefined,
|
||||
}))
|
||||
|
||||
if (loading && !refreshing) {
|
||||
if (loading) {
|
||||
return (
|
||||
<SafeAreaView style={styles.container} edges={['top']}>
|
||||
<StatusBar style="light" />
|
||||
|
||||
Reference in New Issue
Block a user