Skip to content

Commit b07f97d

Browse files
committed
Update after adding fast load, based on espruino#4114 (comment)
1 parent ef3bf7b commit b07f97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/qcenter/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ let appButtons = groupBy3(pinnedApps).map((appGroup, i) => {
7272
pad: 5,
7373
src: require("Storage").read(app.icon),
7474
scale: 0.75,
75-
cb: (l) => Bangle.load(app.src),
75+
cb: l => setTimeout(() => Bangle.load(app.src), 0),
7676
};
7777
});
7878
});

0 commit comments

Comments
 (0)