mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-28 20:13:10 +08:00
Remove delay
This commit is contained in:
@@ -188,7 +188,6 @@ export async function downloadUpdate(options, eventListeners) {
|
||||
});
|
||||
}
|
||||
progressHandler && progressHandler.remove();
|
||||
await new Promise((resolve) => setTimeout(resolve, 100));
|
||||
return options.hash;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user