[mob][photos] Sort magic result screen by most relevant by default

This commit is contained in:
ashilkn
2024-09-11 19:48:22 +05:30
parent db13764b04
commit d5027c4c65

View File

@@ -25,7 +25,7 @@ class MagicResultScreen extends StatefulWidget {
const MagicResultScreen(
this.files, {
required this.name,
this.enableGrouping = true,
this.enableGrouping = false,
super.key,
});