fix: filter should be none when app is starting

This commit is contained in:
otsmr 2026-02-08 00:08:04 +01:00
parent 2b1952a7ad
commit 21fbd8a04c

View file

@ -83,7 +83,7 @@ class MainCameraController {
CustomPaint? facePaint;
Offset? focusPointOffset;
FaceFilterType _currentFilterType = FaceFilterType.beardUpperLip;
FaceFilterType _currentFilterType = FaceFilterType.none;
FaceFilterType get currentFilterType => _currentFilterType;
Future<void> closeCamera() async {