mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-03-03 13:56:45 +00:00
fix: filter should be none when app is starting
This commit is contained in:
parent
2b1952a7ad
commit
21fbd8a04c
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class MainCameraController {
|
||||||
CustomPaint? facePaint;
|
CustomPaint? facePaint;
|
||||||
Offset? focusPointOffset;
|
Offset? focusPointOffset;
|
||||||
|
|
||||||
FaceFilterType _currentFilterType = FaceFilterType.beardUpperLip;
|
FaceFilterType _currentFilterType = FaceFilterType.none;
|
||||||
FaceFilterType get currentFilterType => _currentFilterType;
|
FaceFilterType get currentFilterType => _currentFilterType;
|
||||||
|
|
||||||
Future<void> closeCamera() async {
|
Future<void> closeCamera() async {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue