Skip to content

Commit 63a51bb

Browse files
author
Victor
committed
look and feel changes
2 parents 467f114 + 3affdd1 commit 63a51bb

File tree

4 files changed

+793
-2
lines changed

4 files changed

+793
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 1.3.5 (2025-03-18)
4+
35
## 1.3.4 (2025-01-13)
46

57
## 1.3.3 (2024-09-24)

HostApp/HostApp/Views/ExampleLivenessView.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import SwiftUI
99
import FaceLiveness
1010

11-
1211
struct ExampleLivenessView: View {
1312
@Binding var isPresented: Bool
1413
@ObservedObject var viewModel: ExampleLivenessViewModel
@@ -17,7 +16,6 @@ struct ExampleLivenessView: View {
1716
self.viewModel = .init(sessionID: sessionID)
1817
self._isPresented = isPresented
1918
}
20-
2119

2220
var body: some View {
2321
switch viewModel.presentationState {

0 commit comments

Comments
 (0)