use 26.1.1 for compound ios tests on CI
This commit is contained in:
2
.github/workflows/compound-ios.yml
vendored
2
.github/workflows/compound-ios.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
- uses: nschloe/action-cached-lfs-checkout@f46300cd8952454b9f0a21a3d133d4bd5684cfc2 #v1.2.3
|
||||
|
||||
- name: Configure Xcode 26
|
||||
run: sudo xcode-select -s /Applications/Xcode_26.1_Release_Candidate.app
|
||||
run: sudo xcode-select -s /Applications/Xcode_26.1.1.app
|
||||
|
||||
- name: Install sourcery
|
||||
run: brew install sourcery
|
||||
|
||||
@@ -218,6 +218,8 @@ private struct RowContent<Label: View, DetailsIcon: View>: View {
|
||||
let label: () -> Label
|
||||
|
||||
var body: some View {
|
||||
// If not custom, the label() content usually includes a leading `ListRowPadding.horizontal`
|
||||
// that's why the external `HStack` has 0 spacing.
|
||||
HStack(spacing: 0) {
|
||||
// We should always have multi selection shown on the leading side
|
||||
if let accessory, accessory.kind.isMultiSelection {
|
||||
|
||||
Reference in New Issue
Block a user