Example #1
0
 public void RefreshOpen()
 {
     if (gameObject.activeSelf)
     {
         if (_chatScrollView.transform.localPosition != _scrollPosition || !_chatInfoItems.RefreshTable())
         {
             RefreshChangeTap();
         }
     }
 }
Example #2
0
 public void RefreshChatPanel()
 {
     if (gameObject.activeSelf)
     {
         if (_chatScrollView.transform.localPosition != _scrollPosition || !_chatInfoItems.RefreshTable())
         {
             InitRefreshChatPanel();
         }
         if (_chatScrollPanel.onClipMove != null)
         {
             _chatScrollPanel.onClipMove(_chatScrollPanel);
         }
     }
 }