[mob][photos] Inline

This commit is contained in:
laurenspriem 2024-05-17 10:33:19 +05:30
parent d7e7aaa26f
commit a8da045a32

View file

@ -734,10 +734,7 @@ class FaceMLDataDB {
}
Future<double> getClusteredToTotalFacesRatio() async {
final db = await instance.asyncDB;
final int totalFaces = await getTotalFaceCount();
final int clusteredFaces = await getClusteredFaceCount();
return clusteredFaces / totalFaces;