Merge branch 'ios-release'
This commit is contained in:
commit
05f259da51
|
@ -256,7 +256,9 @@ private extension MasterTimelineTableViewCell {
|
||||||
}
|
}
|
||||||
|
|
||||||
func updateAccessiblityLabel() {
|
func updateAccessiblityLabel() {
|
||||||
accessibilityLabel = "\(cellData.feedName), \(cellData.title), \(cellData.summary), \(cellData.dateString)"
|
var label = cellData.read ? "" : "\(NSLocalizedString("Unread", comment: "Unread")), "
|
||||||
|
label += "\(cellData.feedName), \(cellData.title), \(cellData.summary), \(cellData.dateString)"
|
||||||
|
accessibilityLabel = label
|
||||||
}
|
}
|
||||||
|
|
||||||
func makeIconEmpty() {
|
func makeIconEmpty() {
|
||||||
|
|
Loading…
Reference in New Issue