示例#1
0
 void showChat(Chat chat) {
   if (mMainFrame.getCurrentTab() != MainFrame.Tab.CHATS) return;
   mContent.showChat(chat);
 }