Skip to content

Commit

Permalink
Restore menu style in provider picker
Browse files Browse the repository at this point in the history
Faces #761, but fixes #774
  • Loading branch information
keeshux committed Oct 30, 2024
1 parent c1d168c commit 0e95742
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
import PassepartoutKit
import SwiftUI

// FIXME: #774, iPadOS (Simulator?) picker .navigationLink selection is blue (vs gray) and disclosed options are white

struct ProviderPicker: View {
let providers: [ProviderMetadata]

Expand All @@ -52,10 +50,6 @@ struct ProviderPicker: View {
.tag(providerId) // tag always exists
}
}
#if os(iOS)
// picker menu animations are buggy on iOS
.pickerStyle(.navigationLink)
#endif
.disabled(isLoading || providers.isEmpty)
}
}

0 comments on commit 0e95742

Please sign in to comment.