[mob] temp fix

This commit is contained in:
laurenspriem 2024-03-29 17:24:50 +05:30
parent 5f468e6c63
commit 2a04192b3c

View file

@ -26,7 +26,7 @@ class PersonFaceWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
if (Platform.isIOS) {
if (Platform.isIOS || Platform.isAndroid) {
return FutureBuilder<Uint8List?>(
future: getFaceCrop(),
builder: (context, snapshot) {