Skip to content

Commit

Permalink
Remove unused assets (or replace with SF Symbols) (#2453)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed Jan 3, 2025
1 parent 40170cc commit 3ad676f
Show file tree
Hide file tree
Showing 32 changed files with 1 addition and 240 deletions.

This file was deleted.

21 changes: 0 additions & 21 deletions deltachat-ios/Assets.xcassets/ic_checkmark.imageset/Contents.json

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions deltachat-ios/Assets.xcassets/ic_chevron_up.imageset/Contents.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
21 changes: 0 additions & 21 deletions deltachat-ios/Assets.xcassets/ic_more.imageset/Contents.json

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
21 changes: 0 additions & 21 deletions deltachat-ios/Assets.xcassets/ic_trash.imageset/Contents.json

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions deltachat-ios/Assets.xcassets/qr_code.imageset/Contents.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions deltachat-ios/Assets.xcassets/settings.imageset/Contents.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion deltachat-ios/Coordinator/AppCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class AppCoordinator: NSObject {
private func createAllMediaNavigationController() -> UINavigationController {
let root = AllMediaViewController(dcContext: dcAccounts.getSelected())
let nav = UINavigationController(rootViewController: root)
let allMediaTabImage = UIImage(named: "photo.on.rectangle")
let allMediaTabImage = UIImage(systemName: "photo.on.rectangle")
nav.tabBarItem = UITabBarItem(title: String.localized("menu_all_media"), image: allMediaTabImage, tag: allMediaTab)
return nav
}
Expand Down

0 comments on commit 3ad676f

Please sign in to comment.