Port fancy speech bubbles (#29349)
This commit is contained in:
@@ -918,6 +918,11 @@ public sealed class ChatUIController : UIController
|
||||
_typingIndicator?.ClientChangedChatText();
|
||||
}
|
||||
|
||||
public void NotifyChatFocus(bool isFocused)
|
||||
{
|
||||
_typingIndicator?.ClientChangedChatFocus(isFocused);
|
||||
}
|
||||
|
||||
public void Repopulate()
|
||||
{
|
||||
foreach (var chat in _chats)
|
||||
|
||||
Reference in New Issue
Block a user