feature/gabinete-search

This commit is contained in:
Peter Maquiran
2023-05-26 14:23:37 +01:00
parent 0b3ffa3ea7
commit b2da8463b4
56 changed files with 98 additions and 186 deletions
+5 -6
View File
@@ -170,7 +170,6 @@ export class HomePage implements OnInit {
})
window.addEventListener('offline', () => {
// console.log('Became offline')
this.backgroundservice.offline()
});
@@ -245,11 +244,11 @@ export class HomePage implements OnInit {
updateList() {
document.addEventListener('pause', function () {
// console.log('App going to background');
});
document.addEventListener('resume', function () {
// console.log('App coming to foreground');
});
}
@@ -265,7 +264,7 @@ export class HomePage implements OnInit {
});
})
} catch (error) {
console.log(error)
}
try {
@@ -277,7 +276,7 @@ export class HomePage implements OnInit {
});
})
} catch (error) {
console.log(error)
}
try {
@@ -289,7 +288,7 @@ export class HomePage implements OnInit {
});
})
} catch (error) {
console.log(error)
}
this.sqliteservice.deleteAllTables();