Skip to content

Commit 90acdd0

Browse files
committed
chore: remove artificial delay
1 parent ad7ae6d commit 90acdd0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

__brick__/web/flutter_bootstrap.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ async function beginPreloading() {
3434
async function reportProgress() {
3535
loadedAssets++;
3636

37-
// Artificial delay to make the progress bar more noticeable.
38-
await new Promise((resolve) => setTimeout(resolve, 500));
39-
4037
const value = Math.floor((loadedAssets / totalAssets) * 100) + '%';
4138
progressIndicator.style.width = value;
4239

0 commit comments

Comments
 (0)