forked from FOSS/BangleApps
parent
4a9bc7e128
commit
8636dc9ce8
|
@ -26,7 +26,7 @@ function getData() {
|
||||||
// show loading window
|
// show loading window
|
||||||
Util.showModal("Loading...");
|
Util.showModal("Loading...");
|
||||||
// get the data
|
// get the data
|
||||||
Util.readStorageFile('sleepphasealarm.json',data=>{
|
Util.readStorage('sleepphasealarm.json',data=>{
|
||||||
let logs = JSON.parse(data || "{}")?.logs || [];
|
let logs = JSON.parse(data || "{}")?.logs || [];
|
||||||
// remove window
|
// remove window
|
||||||
Util.hideModal();
|
Util.hideModal();
|
||||||
|
|
Loading…
Reference in New Issue