forked from shadowfacts/Tusker
Fix compile issue on Xcode 12.4
This commit is contained in:
parent
1e7bfac13c
commit
a3b59c990b
|
@ -118,7 +118,7 @@ class ProfileDirectoryFilterView: UICollectionReusableView {
|
||||||
}
|
}
|
||||||
|
|
||||||
@objc private func filterChanged() {
|
@objc private func filterChanged() {
|
||||||
let scope = Scope(rawValue: scope.selectedSegmentIndex)!
|
let scope = Scope(rawValue: self.scope.selectedSegmentIndex)!
|
||||||
let order = sort.selectedSegmentIndex == 0 ? DirectoryOrder.active : .new
|
let order = sort.selectedSegmentIndex == 0 ? DirectoryOrder.active : .new
|
||||||
onFilterChanged?(scope, order)
|
onFilterChanged?(scope, order)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue