Re-sort the sidebar when the display name for a feed or folder changes.

This commit is contained in:
Brent Simmons 2019-02-02 12:36:07 -08:00
parent 3966fa9048
commit 25b6027745
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ import RSCore
guard let object = note.object else {
return
}
rebuildTreeAndReloadDataIfNeeded()
configureCellsForRepresentedObject(object as AnyObject)
}