Re-sort the sidebar when the display name for a feed or folder changes.
This commit is contained in:
parent
3966fa9048
commit
25b6027745
|
@ -118,6 +118,7 @@ import RSCore
|
||||||
guard let object = note.object else {
|
guard let object = note.object else {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
rebuildTreeAndReloadDataIfNeeded()
|
||||||
configureCellsForRepresentedObject(object as AnyObject)
|
configureCellsForRepresentedObject(object as AnyObject)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue