fix(ui): allowedAttachmentPickerTypes not working on mobile devices.
Signed-off-by: Sahil Kumar <[email protected]>
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