fixed bug with logout menu item
This commit is contained in:
@@ -216,6 +216,6 @@ getLocaleTitle(String code) {
|
||||
}
|
||||
|
||||
// Добавил вызов, что-бы AOT компилер не выкинул либу.
|
||||
getImage() {
|
||||
getImage() async {
|
||||
return await ImagePicker.pickImage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user