Fixed unknown symbol due to cherry-pick
This commit is contained in:
parent
a3b9feaeaa
commit
99ce80e3a7
1 changed files with 0 additions and 7 deletions
|
@ -606,13 +606,6 @@ public class GroupChatFragment extends Fragment implements ChatRoomListener, Con
|
||||||
if (mChatRoom.hasBeenLeft()) {
|
if (mChatRoom.hasBeenLeft()) {
|
||||||
setReadOnly();
|
setReadOnly();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mChatRoom.hasCapability(ChatRoomCapabilities.Basic.toInt())) {
|
|
||||||
mChatRoomSecurityLevel.setVisibility(View.GONE);
|
|
||||||
} else {
|
|
||||||
//TODO
|
|
||||||
//mChatRoomSecurityLevel.setImageResource();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void displayChatRoomHistory() {
|
private void displayChatRoomHistory() {
|
||||||
|
|
Loading…
Reference in a new issue