fix(ui): allowedAttachmentPickerTypes not working on mobile devices.
Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
This commit is contained in:
+1
-1
@@ -799,7 +799,7 @@ Widget mobileAttachmentPickerBuilder({
|
||||
);
|
||||
},
|
||||
),
|
||||
}..where((option) => option.supportedTypes.every(allowedTypes.contains)),
|
||||
}.where((option) => option.supportedTypes.every(allowedTypes.contains)),
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user