From ae4b7c355a01cf97df4553bf71f47d63601e04d0 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sun, 13 May 2018 16:26:20 +0300 Subject: [PATCH] new libopus.a that fixed bad opus audio quality --- app/src/main/kotlin/com/tutpro/baresip/MainActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/tutpro/baresip/MainActivity.kt b/app/src/main/kotlin/com/tutpro/baresip/MainActivity.kt index c199d18e..2de79e56 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/MainActivity.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/MainActivity.kt @@ -309,7 +309,7 @@ class MainActivity : AppCompatActivity() { val speakerIcon = findViewById(R.id.speakerIcon) as ActionMenuItemView if (am.isSpeakerphoneOn) // speakerIcon.setIcon(ContextCompat.getDrawable(this, R.drawable.speaker_on)) - speakerIcon.setBackgroundColor(Color.rgb(0x04,0xb4, 0x04)) + speakerIcon.setBackgroundColor(Color.rgb(0x04, 0xb4, 0x04)) else // speakerIcon.setBackgroundColor(resources.getColor(R.color.colorPrimary, applicationContext.theme)) speakerIcon.setBackgroundColor(resources.getColor(R.color.colorPrimary))