removed smoothening reset

This commit is contained in:
Vadim 2024-04-12 10:30:16 +02:00
parent 79d33f558d
commit a27651450a

View file

@ -57,7 +57,6 @@ jobs:
run: |
defaults -currentHost write -g AppleFontSmoothing -int 0
flutter test --dart-define cameraStubImage=assets/camera_stub_image.jpg
defaults -currentHost write -g AppleFontSmoothing
- name: Analyze project source with stub
if: steps.override-iap.conclusion != 'success'