comment notification storage verification

This commit is contained in:
Eudes Inácio
2023-01-16 14:12:51 +01:00
parent 7fbe4abddf
commit 55b1f4c3ba
2 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -77,9 +77,9 @@ export class ProfilePage implements OnInit {
async getNotificationData() { async getNotificationData() {
const keyExist = await this.storageservice.keyExist("Notifications") //const keyExist = await this.storageservice.keyExist("Notifications")
if(keyExist) { //if(keyExist) {
this.storageservice.get("Notifications").then((value) => { this.storageservice.get("Notifications").then((value) => {
this.DataArray = [] this.DataArray = []
@@ -125,7 +125,7 @@ export class ProfilePage implements OnInit {
}).catch((error) => { }).catch((error) => {
console.error('storage getnotification: ',error) console.error('storage getnotification: ',error)
}) })
} // }
} }
+7 -7
View File
@@ -1,12 +1,12 @@
export let versionData = { export let versionData = {
"shortSHA": "9493179ef", "shortSHA": "7fbe4abdd",
"SHA": "9493179efd417b23a44287121490522196f5e105", "SHA": "7fbe4abddf5aadf72d781e9c140f6364b5f164e3",
"branch": "no_bug_movemente", "branch": "no_bug_movemente",
"lastCommitAuthor": "'Peter Maquiran'", "lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Thu Jan 12 15:27:09 2023 +0100'", "lastCommitTime": "'Mon Jan 16 09:06:12 2023 +0100'",
"lastCommitMessage": "save all", "lastCommitMessage": "save",
"lastCommitNumber": "4625", "lastCommitNumber": "4626",
"change": "", "change": "",
"changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: .gitignore\n\tmodified: android/app/src/main/AndroidManifest.xml\n\tdeleted: android/app/src/main/res/drawable-land-ldpi/splash.png\n\tdeleted: android/app/src/main/res/drawable-port-ldpi/splash.png\n\tmodified: readme.md\n\tmodified: src/app/pages/gabinete-digital/gabinete-digital.page.ts\n\tmodified: src/app/pages/login/login.page.ts\n\tmodified: src/app/services/chat/room.service.ts\n\tmodified: src/app/services/sqlite.service.ts", "changeStatus": "On branch no_bug_movemente\nYour branch is up to date with 'origin/no_bug_movemente'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/modals/profile/profile.page.ts",
"changeAuthor": "peter.maquiran" "changeAuthor": "eudes.inacio"
} }