diff --git a/HomeAssistant.xcodeproj/project.pbxproj b/HomeAssistant.xcodeproj/project.pbxproj index 92f9e01e2..9e7cb68b1 100644 --- a/HomeAssistant.xcodeproj/project.pbxproj +++ b/HomeAssistant.xcodeproj/project.pbxproj @@ -4252,8 +4252,6 @@ 11B6B5812948F8E100B8B552 /* PBXTargetDependency */, ); name = App; - packageProductDependencies = ( - ); productName = HomeAssistant; productReference = B657A8E61CA646EB00121384 /* Home Assistant Δ.app */; productType = "com.apple.product-type.application"; @@ -4695,8 +4693,6 @@ bg, ); mainGroup = B657A8DD1CA646EB00121384; - packageReferences = ( - ); productRefGroup = B657A8E71CA646EB00121384 /* Products */; projectDirPath = ""; projectRoot = ""; diff --git a/Sources/App/QRCodeScanner/BarcodeScannerView.swift b/Sources/App/QRCodeScanner/BarcodeScannerView.swift index ce7770a00..023dad9b1 100644 --- a/Sources/App/QRCodeScanner/BarcodeScannerView.swift +++ b/Sources/App/QRCodeScanner/BarcodeScannerView.swift @@ -1,4 +1,3 @@ -import CodeScanner import Shared import SwiftUI @@ -72,6 +71,7 @@ struct BarcodeScannerView: View { if let alternativeOptionLabel { Button { viewModel.aborted(.alternativeOptions) + dismiss() } label: { Text(alternativeOptionLabel) .font(.subheadline)