diff --git a/src/pages/profile/profile.ts b/src/pages/profile/profile.ts index 56cf9eb95..29c7be9b2 100644 --- a/src/pages/profile/profile.ts +++ b/src/pages/profile/profile.ts @@ -36,7 +36,7 @@ export class ProfilePage implements OnInit { } selectProfilePicture(): void { - this.pictureService.select().then((blob) => { + this.pictureService.getPicture(false, true).then((blob) => { this.uploadProfilePicture(blob); }) .catch((e) => {