mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
feature/gabinete-search
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user