fix: display the focus at least 500ms

This commit is contained in:
otsmr 2026-02-21 01:17:51 +01:00
parent 8ef497772a
commit 2b3ee4fbb3

View file

@ -207,6 +207,9 @@ class MainCameraController {
Log.error(e);
}
// display the focus point at least 500ms
await Future.delayed(const Duration(milliseconds: 500));
focusPointOffset = null;
setState();
}