Skip to content

Commit

Permalink
Update ConversationListController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
zjc19891106 committed Apr 25, 2024
1 parent 6111a65 commit d66f6a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import UIKit
open override func viewDidLoad() {
super.viewDidLoad()
self.view.addSubViews([self.navigation,self.search,self.conversationList])
self.navigation.title = "Chats"
self.navigation.title = "Chats".chat.localize
//Bind UI driver and service
self.viewModel?.bind(driver: self.conversationList)
//Conversation list click push to message list controller.
Expand Down

0 comments on commit d66f6a1

Please sign in to comment.