mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-09 07:29:52 +00:00
Rename to a more accurate name
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
f53cb610d3
commit
1ba6e293b2
@ -1856,8 +1856,8 @@ public class CallActivity extends CallBaseActivity {
|
||||
+ " : "
|
||||
+ inCallFlag);
|
||||
|
||||
boolean isNewSession = inCallFlag != 0;
|
||||
if (isNewSession) {
|
||||
boolean isInCall = inCallFlag != 0;
|
||||
if (isInCall) {
|
||||
newSessions.add(participant.get("sessionId").toString());
|
||||
} else {
|
||||
oldSessions.add(participant.get("sessionId").toString());
|
||||
|
Loading…
Reference in New Issue
Block a user