This commit is contained in:
Peter Maquiran
2023-08-30 17:14:59 +01:00
43 changed files with 70 additions and 54 deletions
@@ -148,7 +148,7 @@ export class EditProfilePage implements OnInit {
const capturedImage = await Camera.getPhoto({
width: 188,
height: 188,
quality: 50,
quality: 100,
// allowEditing: true,
resultType: CameraResultType.Base64,
source: CameraSource.Camera
+1
View File
@@ -422,6 +422,7 @@ export class ProfilePage implements OnInit {
modal.onDidDismiss().then(() => {
this.isProfileOpen = false;
this.getProfilpicture()
}, (error) => {
console.log(error)
})