mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob][photos] Force run on ML page
This commit is contained in:
parent
ca7096b87c
commit
2c9b0e77ba
@ -164,8 +164,11 @@ class FaceMlService {
|
||||
_isSyncing = false;
|
||||
}
|
||||
|
||||
Future<void> runAllFaceML() async {
|
||||
if (_cannotRunMLFunction()) return;
|
||||
Future<void> runAllFaceML({bool force = false}) async {
|
||||
if (force) {
|
||||
_mlControllerStatus = true;
|
||||
}
|
||||
if (_cannotRunMLFunction() && !force) return;
|
||||
|
||||
await sync(forceSync: _shouldSyncPeople);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user