Skip to content

Commit

Permalink
BAL-64-GP-HeartRate_iWatch
Browse files Browse the repository at this point in the history
  • Loading branch information
gperissetcelteeka committed Sep 29, 2023
1 parent bebe48e commit df3d053
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Balance/Distraction/Gallery/LookImages/ImageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ struct ImageView: View {
tapLike = false
}
}) {
Image("heartImage")
Image("heart3")

Check warning on line 187 in Balance/Distraction/Gallery/LookImages/ImageView.swift

View check run for this annotation

Codecov / codecov/patch

Balance/Distraction/Gallery/LookImages/ImageView.swift#L187

Added line #L187 was not covered by tests
.resizable()
.frame(width: 30, height: 30)
.foregroundColor(.white)
Expand Down
3 changes: 1 addition & 2 deletions Balance/Home/Home.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import FirebaseAccount
import WatchConnectivity

// swiftlint:disable closure_body_length
// swiftlint:disable multiline_arguments_brackets
struct HomeView: View {
@EnvironmentObject var authModel: AuthViewModel
@State var showMe = false
Expand Down Expand Up @@ -59,7 +58,7 @@ struct HomeView: View {
if error != nil {
print("LocalNotification error: \(String(describing: error))")
} else {
print("LocalNotification access granted...")
print("LocalNotification access granted...\( granted.description)")
}
}
)
Expand Down

This file was deleted.

Binary file not shown.

0 comments on commit df3d053

Please sign in to comment.