new libopus.a that fixed bad opus audio quality
This commit is contained in:
@ -309,7 +309,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
val speakerIcon = findViewById(R.id.speakerIcon) as ActionMenuItemView
|
val speakerIcon = findViewById(R.id.speakerIcon) as ActionMenuItemView
|
||||||
if (am.isSpeakerphoneOn)
|
if (am.isSpeakerphoneOn)
|
||||||
// speakerIcon.setIcon(ContextCompat.getDrawable(this, R.drawable.speaker_on))
|
// speakerIcon.setIcon(ContextCompat.getDrawable(this, R.drawable.speaker_on))
|
||||||
speakerIcon.setBackgroundColor(Color.rgb(0x04,0xb4, 0x04))
|
speakerIcon.setBackgroundColor(Color.rgb(0x04, 0xb4, 0x04))
|
||||||
else
|
else
|
||||||
// speakerIcon.setBackgroundColor(resources.getColor(R.color.colorPrimary, applicationContext.theme))
|
// speakerIcon.setBackgroundColor(resources.getColor(R.color.colorPrimary, applicationContext.theme))
|
||||||
speakerIcon.setBackgroundColor(resources.getColor(R.color.colorPrimary))
|
speakerIcon.setBackgroundColor(resources.getColor(R.color.colorPrimary))
|
||||||
|
|||||||
Reference in New Issue
Block a user