Skip to content

Commit

Permalink
[mob][photos] Fix discovery section not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
ashilkn authored and ua741 committed Sep 6, 2024
1 parent dfc35d0 commit fe92c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/services/magic_cache_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class MagicCacheService {
}

Future<void> _updateCacheIfTheTimeHasCome() async {
if (localSettings.isMLIndexingEnabled) {
if (!localSettings.isMLIndexingEnabled) {
return;
}
final jsonFile = await RemoteAssetsService.instance
Expand Down

0 comments on commit fe92c1b

Please sign in to comment.