Skip to content

Commit

Permalink
view: temporarily disabling group chat creation (until Android client…
Browse files Browse the repository at this point in the history
… is ready)
  • Loading branch information
abika committed Nov 16, 2015
1 parent 71cc7ed commit 35c548f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/kontalk/view/MainFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ public void actionPerformed(ActionEvent event) {
Tr.tr("Create a new group chat"),
new ComponentUtils.AddGroupChatPanel(mView, this));
WebPanel chatPanel = new GroupPanel(GroupingType.fillFirst, false,
chatPane, mAddGroupButton);
// temporarily disabling group creation
chatPane/*, mAddGroupButton*/);
chatPanel.setPaintSides(false, false, false, false);
mTabbedPane.addTab("", chatPanel);
mTabbedPane.setTabComponentAt(Tab.CHATS.ordinal(),
Expand Down

0 comments on commit 35c548f

Please sign in to comment.