Skip to content

Commit

Permalink
Ensure device info is handled despite setTime() "await"s
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrippling committed Aug 14, 2024
1 parent 1cdcb34 commit 48759f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,8 @@ function getInstalledApps(refresh) {
console.log("SETTINGS.settime=true and >2 seconds out - updating time");
return Comms.setTime();
}
})
.then(() => {
// Show device info in more page:
const deviceInfoElem = document.getElementById("more-deviceinfo");
if (deviceInfoElem) {
Expand Down

0 comments on commit 48759f3

Please sign in to comment.