mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
no message
This commit is contained in:
@@ -59,7 +59,7 @@ final class ChatTitleView: UIView, NavigationBarTitleView {
|
||||
}
|
||||
if self.typingIndicator == nil {
|
||||
let typingIndicator = TGModernConversationTitleActivityIndicator()
|
||||
//typingIndicator.setColor(self.theme.rootController.navigationBar.accentTextColor)
|
||||
typingIndicator.setColor(self.theme.rootController.navigationBar.accentTextColor)
|
||||
self.addSubview(typingIndicator)
|
||||
self.typingIndicator = typingIndicator
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user