fixed bug with logout menu item

This commit is contained in:
Semyon Babushkin
2017-11-22 19:12:10 +03:00
parent 5e9455a0f7
commit eee57e727a
3 changed files with 37 additions and 21 deletions

View File

@@ -216,6 +216,6 @@ getLocaleTitle(String code) {
}
// Добавил вызов, что-бы AOT компилер не выкинул либу.
getImage() {
getImage() async {
return await ImagePicker.pickImage();
}