mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Fix chat view for one to one chatroom
This commit is contained in:
parent
226d74bfc1
commit
e3b2deae68
1 changed files with 1 additions and 1 deletions
|
|
@ -853,7 +853,7 @@ public class GroupChatFragment extends Fragment implements ChatRoomListener, Con
|
|||
mParticipantsLabel.setVisibility(View.GONE);
|
||||
if (composing.size() == 0) {
|
||||
mRemoteComposing.setVisibility(View.GONE);
|
||||
mParticipantsLabel.setVisibility(View.VISIBLE);
|
||||
if (!mChatRoom.hasCapability(ChatRoomCapabilities.OneToOne.toInt())) mParticipantsLabel.setVisibility(View.VISIBLE);
|
||||
} else if (composing.size() == 1) {
|
||||
mRemoteComposing.setText(getString(R.string.remote_composing_single).replace("%s", composing.get(0)));
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue