Skip to content

Commit 48759f3

Browse files
committed
Ensure device info is handled despite setTime() "await"s
1 parent 1cdcb34 commit 48759f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,8 @@ function getInstalledApps(refresh) {
10121012
console.log("SETTINGS.settime=true and >2 seconds out - updating time");
10131013
return Comms.setTime();
10141014
}
1015+
})
1016+
.then(() => {
10151017
// Show device info in more page:
10161018
const deviceInfoElem = document.getElementById("more-deviceinfo");
10171019
if (deviceInfoElem) {

0 commit comments

Comments
 (0)