-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix filter apply button being enabled with zero providers #7159
Fix filter apply button being enabled with zero providers #7159
Conversation
8cb08ef
to
a0e2551
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion
ios/MullvadVPN/View controllers/RelayFilter/RelayFilterDataSource.swift
line 288 at r1 (raw file):
} func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
Opportunistically removed some "dead" code. Not related to PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion
a0e2551
to
aa56e46
Compare
aa56e46
to
60cde45
Compare
When switching between ownership at filter view, the apply button is enabled while no providers are selected and the provider pile shows wrong number for providers.
This change is