mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +01:00
fix: Keyboard hides imagePicker buttons on iOS
This commit is contained in:
parent
fbcc8b5551
commit
6f8ad27420
@ -3,8 +3,9 @@ Another bugfixing release to solve some problems and republish the app on iOS.
|
||||
|
||||
### Changes
|
||||
* Redesign SSO buttons
|
||||
* Update dependencies [8fef28a]
|
||||
* Remove moor database (no migration from here possible) [9c47cbf]
|
||||
* Update dependencies
|
||||
* Remove moor database (no migration from here possible)
|
||||
* fix: Keyboard hides imagePicker buttons on iOS
|
||||
|
||||
## v0.33.2 - 2021-06-29
|
||||
* Fix Linux Flatpak persistent storing of data
|
||||
|
@ -288,6 +288,7 @@ class ChatController extends State<Chat> {
|
||||
}
|
||||
|
||||
void openCameraAction() async {
|
||||
inputFocus.unfocus();
|
||||
final file = await ImagePicker().getImage(source: ImageSource.camera);
|
||||
if (file == null) return;
|
||||
final bytes = await file.readAsBytes();
|
||||
|
Loading…
x
Reference in New Issue
Block a user