Skip to content

Commit 29e360e

Browse files
Update calls tab tab bar item
1 parent d963bfd commit 29e360e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "ios_tabs-calls.pdf",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
},
12+
"properties" : {
13+
"template-rendering-intent" : "template"
14+
}
15+
}
Binary file not shown.

Signal/src/ViewControllers/HomeView/HomeTabBarController.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class HomeTabBarController: UITabBarController {
3636
lazy var callsListNavController = OWSNavigationController(rootViewController: callsListViewController)
3737
lazy var callsListTabBarItem = UITabBarItem(
3838
title: OWSLocalizedString("CALLS_LIST_TITLE", comment: "Title for the calls list view."),
39-
image: UIImage(systemName: "phone.fill"),
40-
selectedImage: UIImage(systemName: "phone.fill")
39+
image: UIImage(named: "tab-calls"),
40+
selectedImage: UIImage(named: "tab-calls")
4141
)
4242

4343
var selectedTab: Tabs {

0 commit comments

Comments
 (0)