Skip to content

Commit

Permalink
Update fixed homepage pcicture issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maheedhar1998 committed Apr 6, 2020
1 parent f648e59 commit 1a69ee5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@
"browser"
]
}
}
}
11 changes: 6 additions & 5 deletions src/app/home/home.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,18 @@ export class HomePage {
this.editContact.push(false);
}
this.qrData = JSON.stringify(this.profile.getQrCodes).substr(0,100);
if (this.profile.getFirst) {
console.log('profile');
this.presentAlert();
}
this.searchKeyword = "";
console.log(this.editContact);
});
}
});
}

ionViewDidEnter(){
if (this.profile.getFirst) {
console.log('profile');
this.presentAlert();
}
}
deleteContact(cont: backend.contact) {
// console.log(cont);
this.firebase.deleteFromUserContacts(cont);
Expand Down

0 comments on commit 1a69ee5

Please sign in to comment.