new libopus.a that fixed bad opus audio quality

This commit is contained in:
Juha Heinanen
2018-05-13 16:26:20 +03:00
parent f9ec64fb2a
commit ae4b7c355a

View File

@ -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))