diff --git a/src/app/modals/profile/profile.page.ts b/src/app/modals/profile/profile.page.ts index 9f69812c7..b18576956 100644 --- a/src/app/modals/profile/profile.page.ts +++ b/src/app/modals/profile/profile.page.ts @@ -78,9 +78,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 = [] @@ -126,7 +126,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 54f3a2669..f1963ca53 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,12 +1,12 @@ export let versionData = { - "shortSHA": "3262b6a3a", - "SHA": "3262b6a3a7f3d37ee463dbc825193de1ab46cabd", + "shortSHA": "d2478bf31", + "SHA": "d2478bf311a985605138bfe510f5d2c64a7950a9", "branch": "no_bug_movemente", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Mon Jan 16 15:47:18 2023 +0100'", - "lastCommitMessage": "merge", - "lastCommitNumber": "4630", + "lastCommitTime": "'Tue Jan 17 10:45:20 2023 +0100'", + "lastCommitMessage": "return icons", + "lastCommitNumber": "4631", "change": "", - "changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/app/modals/profile/edit-profile/edit-profile.page.html\n\tmodified: src/app/modals/profile/profile.page.html\n\tmodified: src/app/modals/profile/profile.page.ts\n\tmodified: src/app/pages/inactivity/inactivity.page.html\n\tmodified: src/app/pages/login/login.page.html\n\tmodified: src/app/shared/header/header.page.html\n\tmodified: src/environments/environment.ts\n\tmodified: src/index.html\n\tmodified: src/main.ts", + "changeStatus": "On branch no_bug_movemente\nAll conflicts fixed but you are still merging.\n (use \"git commit\" to conclude merge)\n\nChanges to be committed:\n\tmodified: src/app/modals/profile/profile.page.ts\n\tmodified: version/git-version.ts", "changeAuthor": "peter.maquiran" } \ No newline at end of file