mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
merge
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -422,6 +422,7 @@ export class ProfilePage implements OnInit {
|
||||
|
||||
modal.onDidDismiss().then(() => {
|
||||
this.isProfileOpen = false;
|
||||
this.getProfilpicture()
|
||||
}, (error) => {
|
||||
console.log(error)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user