chore: Follow up pick files with file selector

This commit is contained in:
Krille 2024-10-04 10:04:09 +02:00
commit fe06f2efb3
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
8 changed files with 36 additions and 25 deletions

View file

@ -508,7 +508,7 @@ class ChatController extends State<ChatPageWithRoom>
final files = await selectFiles(
context,
allowMultiple: true,
extensions: imageExtensions,
type: FileSelectorType.images,
);
if (files.isEmpty) return;