mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
Fix a bug with checking if user is already in a call
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
4308633509
commit
09dfd42bb7
@ -155,10 +155,10 @@ public class CallNotificationController extends BaseController {
|
||||
|
||||
if (participant.getUserId().equals(userBeingCalled.getUserId())) {
|
||||
inCallOnDifferentDevice = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!hasParticipantsInCall || inCallOnDifferentDevice) {
|
||||
if (getActivity() != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user