Prevent single call UI to briefly show up when hanging up a conference call
This commit is contained in:
parent
4a74a7585d
commit
2e1b6baa6c
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class CallActivity : ProximitySensorActivity() {
|
||||||
if (exists) {
|
if (exists) {
|
||||||
Log.i("[Call Activity] Found active conference, changing fragment")
|
Log.i("[Call Activity] Found active conference, changing fragment")
|
||||||
navigateToConferenceCall()
|
navigateToConferenceCall()
|
||||||
} else {
|
} else if (coreContext.core.callsNb > 0) {
|
||||||
Log.i("[Call Activity] Conference no longer exists, changing fragment")
|
Log.i("[Call Activity] Conference no longer exists, changing fragment")
|
||||||
navigateToActiveCall()
|
navigateToActiveCall()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue