From 55b1f4c3ba79512ad099bfcef4b0a4c33f287b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eudes=20In=C3=A1cio?= Date: Mon, 16 Jan 2023 14:12:51 +0100 Subject: [PATCH] comment notification storage verification --- src/app/modals/profile/profile.page.ts | 6 +++--- version/git-version.ts | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/modals/profile/profile.page.ts b/src/app/modals/profile/profile.page.ts index 9611bef28..648a18dd7 100644 --- a/src/app/modals/profile/profile.page.ts +++ b/src/app/modals/profile/profile.page.ts @@ -77,9 +77,9 @@ export class ProfilePage implements OnInit { 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.DataArray = [] @@ -125,7 +125,7 @@ export class ProfilePage implements OnInit { }).catch((error) => { console.error('storage getnotification: ',error) }) - } + // } } diff --git a/version/git-version.ts b/version/git-version.ts index 403496fa6..093426586 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,12 +1,12 @@ export let versionData = { - "shortSHA": "9493179ef", - "SHA": "9493179efd417b23a44287121490522196f5e105", + "shortSHA": "7fbe4abdd", + "SHA": "7fbe4abddf5aadf72d781e9c140f6364b5f164e3", "branch": "no_bug_movemente", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Thu Jan 12 15:27:09 2023 +0100'", - "lastCommitMessage": "save all", - "lastCommitNumber": "4625", + "lastCommitTime": "'Mon Jan 16 09:06:12 2023 +0100'", + "lastCommitMessage": "save", + "lastCommitNumber": "4626", "change": "", - "changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged ...\" 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", - "changeAuthor": "peter.maquiran" + "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 ...\" to unstage)\n\tmodified: src/app/modals/profile/profile.page.ts", + "changeAuthor": "eudes.inacio" } \ No newline at end of file