[mob] temp fix
This commit is contained in:
parent
5f468e6c63
commit
2a04192b3c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue