7/6/5
This commit is contained in:
@@ -192,7 +192,8 @@ class UserAccountHeader extends StatelessWidget {
|
||||
top: 0,
|
||||
child: IconButton(
|
||||
onPressed: () {
|
||||
imageController.choosImage(AppLink.uploadImage1, 'portrait');
|
||||
imageController.choosImagePicture(
|
||||
AppLink.uploadImage1, 'portrait');
|
||||
},
|
||||
icon: const Icon(Icons.edit),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user