mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 15:30:40 +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;
|
_isSyncing = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> runAllFaceML() async {
|
Future<void> runAllFaceML({bool force = false}) async {
|
||||||
if (_cannotRunMLFunction()) return;
|
if (force) {
|
||||||
|
_mlControllerStatus = true;
|
||||||
|
}
|
||||||
|
if (_cannotRunMLFunction() && !force) return;
|
||||||
|
|
||||||
await sync(forceSync: _shouldSyncPeople);
|
await sync(forceSync: _shouldSyncPeople);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user