[mob][photos] Debug

This commit is contained in:
laurenspriem
2024-05-17 18:32:23 +05:30
parent b1ccc39178
commit 4bfb69dcc4

View File

@@ -142,7 +142,9 @@ class FaceMlService {
}
});
} else {
unawaited(indexAllImages());
if (!kDebugMode) {
unawaited(indexAllImages());
}
}
});
}