Make progress on iOS SidebarViewController.

This commit is contained in:
Brent Simmons
2025-02-08 22:05:10 -08:00
parent e417f782f9
commit 15f46206ee
8 changed files with 380 additions and 233 deletions

View File

@@ -48,7 +48,7 @@ final class ShareFolderPickerController: UITableViewController {
if let account = container as? ExtensionAccount {
cell.icon.image = AppImage.account(account.type)
} else {
cell.icon.image = AppImage.folder.image
cell.icon.image = AppImage.folder
}
cell.label?.text = container?.name ?? ""