Fix #330 - Multiple file browser windows are opened. #331

Merged
dan merged 2 commits from sender_size into trunk 2022-01-21 21:42:41 +00:00
Owner
No description provided.
erinn was assigned by sarah 2022-01-21 21:19:19 +00:00
sarah added 1 commit 2022-01-21 21:19:19 +00:00
continuous-integration/drone/pr Build is passing Details
748326e13f
Fix #330 - Multiple file browser windows are opened.
sarah added the
cwtch-beta-1.6
label 2022-01-21 21:19:46 +00:00
sarah added this to the Cwtch Beta 1.6 project 2022-01-21 21:19:49 +00:00
dan reviewed 2022-01-21 21:24:47 +00:00
@ -94,3 +92,1 @@
onPressed: () {
_showFilePicker(context);
},
onPressed: Provider.of<AppState>(context).disableFilePicker
Owner

this is an unfun usage patern that might get missed on reuse. any way we can bundle it in a build widget that handles this and can be reused easily in 1 line?

this is an unfun usage patern that might get missed on reuse. any way we can bundle it in a build widget that handles this and can be reused easily in 1 line?
Author
Owner

The correct solution here is to fix file picker API properly modal.

Currently that behaviour is only supported on windows.

The correct solution here is to fix file picker API properly modal. Currently that behaviour is only supported on windows.
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/505
sarah added 1 commit 2022-01-21 21:40:34 +00:00
continuous-integration/drone/pr Build is passing Details
def222a8ab
upgrade flutter file picker
dan merged commit 598251a624 into trunk 2022-01-21 21:42:41 +00:00
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/506
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/cwtch-ui#331
No description provided.