Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fixing video not being mirrored in the 'Get Ready' screen #153

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

ruisebas
Copy link
Member

@ruisebas ruisebas commented Jul 2, 2024

Description of changes:

This PR fixes the video feed not being mirrored in the "Get Ready" view. This was happening because the video was mirrored, but the Image displayed on this screen was being mirrored again.

Check points: (check or cross out if not relevant)

  • Added new tests to cover change, if needed
  • Build succeeds with all target using Swift Package Manager
  • All unit tests pass
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • Documentation update for the change if required
  • PR title conforms to conventional commit style
  • If breaking change, documentation/changelog update with migration instructions

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ruisebas ruisebas requested review from a team as code owners July 2, 2024 13:44
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 30.51%. Comparing base (54ac57c) to head (ba1d2d8).
Report is 3 commits behind head on main.

Files Patch % Lines
...ceLiveness/Views/GetReadyPage/ImageFrameView.swift 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #153   +/-   ##
=======================================
  Coverage   30.51%   30.51%           
=======================================
  Files          57       57           
  Lines        2225     2225           
=======================================
  Hits          679      679           
  Misses       1546     1546           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ruisebas ruisebas merged commit 75a7c3c into main Jul 2, 2024
7 checks passed
@ruisebas ruisebas deleted the ruisebas/fix-mirror-preview branch July 2, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants