mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix drop highlight state
This commit is contained in:
@@ -134,8 +134,11 @@ class MasterFeedTableViewCell : VibrantTableViewCell {
|
||||
}
|
||||
}
|
||||
|
||||
override func applyThemeProperties() {
|
||||
super.applyThemeProperties()
|
||||
override func updateConfiguration(using state: UICellConfigurationState) {
|
||||
backgroundConfiguration = UIBackgroundConfiguration.listSidebarCell().updated(for: state)
|
||||
if state.isSelected {
|
||||
backgroundConfiguration?.backgroundColor = AppAssets.secondaryAccentColor
|
||||
}
|
||||
}
|
||||
|
||||
override func willTransition(to state: UITableViewCell.StateMask) {
|
||||
|
||||
Reference in New Issue
Block a user