[mob][photos] remove negation
This commit is contained in:
parent
707916f677
commit
19f2c5f00a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class PersonFaceWidget extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
if (!useGeneratedFaceCrops) {
|
||||
if (useGeneratedFaceCrops) {
|
||||
return FutureBuilder<Uint8List?>(
|
||||
future: getFaceCrop(),
|
||||
builder: (context, snapshot) {
|
||||
|
|
Loading…
Reference in a new issue