Skip to content

Commit 5ffafca

Browse files
authored
Merge pull request #1946 from numbersprotocol/fix-check-for-app-updates
fix(home.page): check app version at app launch
2 parents 4e9dc76 + 2b96145 commit 5ffafca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/features/home/home.page.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ export class HomePage {
151151
}
152152

153153
private async promptAppUpdateIfAny() {
154-
return;
155-
// Not applicable to Web App
156154
if (!this.platform.is('hybrid')) return;
157155

158156
const backendAppInfo = await this.diaBackendService.appInfo$().toPromise();

0 commit comments

Comments
 (0)