mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Revert changes breaking app version & incoming call go to call activity when answering
This commit is contained in:
parent
4dc660a52d
commit
acfabaae23
2 changed files with 3 additions and 6 deletions
|
|
@ -19,7 +19,7 @@ configurations {
|
|||
|
||||
def gitBranch = new ByteArrayOutputStream()
|
||||
def gitVersion = new ByteArrayOutputStream()
|
||||
tasks.register('getGitVersion') {
|
||||
task getGitVersion() {
|
||||
def gitVersionStream = new ByteArrayOutputStream()
|
||||
def gitCommitsCount = new ByteArrayOutputStream()
|
||||
def gitCommitHash = new ByteArrayOutputStream()
|
||||
|
|
|
|||
|
|
@ -163,11 +163,8 @@ class CoreContext @UiThread constructor(val context: Context) : HandlerThread("C
|
|||
}
|
||||
}
|
||||
Call.State.Connected -> {
|
||||
val conferenceInfo = core.findConferenceInformationFromUri(call.remoteAddress)
|
||||
if (conferenceInfo != null) {
|
||||
postOnMainThread {
|
||||
showCallActivity()
|
||||
}
|
||||
postOnMainThread {
|
||||
showCallActivity()
|
||||
}
|
||||
}
|
||||
else -> {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue