mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Don't localize audio output in logs.
This commit is contained in:
committed by
Nicholas Tinsley
parent
09d17659b9
commit
ecf576e9b9
@@ -103,8 +103,7 @@ class WebRtcAudioOutputToggleButton @JvmOverloads constructor(context: Context,
|
||||
}
|
||||
}
|
||||
|
||||
val label = context.getString(currentOutput.labelRes)
|
||||
Log.i(TAG, "Switching to $label")
|
||||
Log.i(TAG, "Switching to $currentOutput")
|
||||
|
||||
val drawableState = super.onCreateDrawableState(extraSpace + extra.size)
|
||||
mergeDrawableStates(drawableState, extra)
|
||||
|
||||
Reference in New Issue
Block a user