diff --git a/Loop/View Controllers/StatusTableViewController.swift b/Loop/View Controllers/StatusTableViewController.swift index 8906a75986..6a4aadfcdd 100644 --- a/Loop/View Controllers/StatusTableViewController.swift +++ b/Loop/View Controllers/StatusTableViewController.swift @@ -1865,15 +1865,6 @@ final class StatusTableViewController: LoopChartsTableViewController { lastOrientation = UIDevice.current.orientation } - override func motionEnded(_ motion: UIEvent.EventSubtype, with event: UIEvent?) { - guard FeatureFlags.allowDebugFeatures else { - return - } - if motion == .motionShake { - presentDebugMenu() - } - } - private func presentDebugMenu() { guard FeatureFlags.allowDebugFeatures else { return diff --git a/Loop/View Models/CarbEntryViewModel.swift b/Loop/View Models/CarbEntryViewModel.swift index 261c529ed5..37dedee326 100644 --- a/Loop/View Models/CarbEntryViewModel.swift +++ b/Loop/View Models/CarbEntryViewModel.swift @@ -140,7 +140,7 @@ final class CarbEntryViewModel: ObservableObject { var saveFavoriteFoodButtonDisabled: Bool { get { - if let carbsQuantity, 0...maxCarbEntryQuantity.doubleValue(for: preferredCarbUnit) ~= carbsQuantity, foodType != "", selectedFavoriteFoodIndex == -1 { + if let carbsQuantity, 0...maxCarbEntryQuantity.doubleValue(for: preferredCarbUnit) ~= carbsQuantity, selectedFavoriteFoodIndex == -1 { return false } return true diff --git a/Version.xcconfig b/Version.xcconfig index 373efdca05..a7c7fe29d1 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -7,7 +7,7 @@ // // Version [DEFAULT] -LOOP_MARKETING_VERSION = 3.3.0 +LOOP_MARKETING_VERSION = 3.5.0 CURRENT_PROJECT_VERSION = 57 // Optional override