Skip to content

Commit

Permalink
More revert
Browse files Browse the repository at this point in the history
  • Loading branch information
theospears committed Dec 30, 2024
1 parent 4b727d2 commit 87f62d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions BeeSwift/GoalViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ class GoalViewController: UIViewController, UIScrollViewDelegate, DatapointTabl
self.currentUserManager = currentUserManager
self.viewContext = viewContext
super.init(nibName: nil, bundle: nil)

self.goalImageView.goal = goal
}

required init?(coder aDecoder: NSCoder) {
Expand Down Expand Up @@ -483,7 +481,7 @@ class GoalViewController: UIViewController, UIScrollViewDelegate, DatapointTabl
let _ = try await self.requestManager.addDatapoint(urtext: self.urtext, slug: self.goal.slug)
self.commentTextField.text = ""

try await self.updateGoalAndInterface()
try await updateGoalAndInterface()

self.submitButton.isUserInteractionEnabled = true
MBProgressHUD.hide(for: self.view, animated: true)
Expand Down
2 changes: 1 addition & 1 deletion BeeSwift/Settings/HealthKitConfigViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BeeSwift
//
// Created by Andy Brett on 3/14/17.
// Copyright 2017 APB. All rights reserved.
// Copyright © 2017 APB. All rights reserved.
//

import CoreData
Expand Down

0 comments on commit 87f62d7

Please sign in to comment.