fix(ui): allowedAttachmentPickerTypes not working on mobile devices.

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
This commit is contained in:
Sahil Kumar
2023-09-06 19:07:01 +05:30
parent 4c19fed78f
commit 8a0214df03
@@ -799,7 +799,7 @@ Widget mobileAttachmentPickerBuilder({
);
},
),
}..where((option) => option.supportedTypes.every(allowedTypes.contains)),
}.where((option) => option.supportedTypes.every(allowedTypes.contains)),
},
);
}