discord-jadx/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings$...

24 lines
1.0 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package com.discord.widgets.voice.settings;
import android.widget.SeekBar;
import android.widget.TextView;
2021-12-17 21:59:34 +00:00
import b.a.y.j;
2021-08-03 07:33:18 +00:00
import com.discord.utilities.voice.Bitrate;
2021-11-02 06:38:17 +00:00
import d0.z.d.m;
2021-08-03 07:33:18 +00:00
/* compiled from: WidgetVoiceChannelSettings.kt */
2021-08-10 21:19:22 +00:00
public final class WidgetVoiceChannelSettings$configureUI$3 extends j {
2021-08-03 07:33:18 +00:00
public final /* synthetic */ WidgetVoiceChannelSettings this$0;
public WidgetVoiceChannelSettings$configureUI$3(WidgetVoiceChannelSettings widgetVoiceChannelSettings) {
this.this$0 = widgetVoiceChannelSettings;
}
2021-12-17 21:59:34 +00:00
@Override // b.a.y.j, android.widget.SeekBar.OnSeekBarChangeListener
2021-08-03 07:33:18 +00:00
public void onProgressChanged(SeekBar seekBar, int i, boolean z2) {
m.checkNotNullParameter(seekBar, "seekBar");
2022-01-14 07:57:41 +00:00
TextView textView = WidgetVoiceChannelSettings.access$getBinding$p(this.this$0).m;
2021-08-03 07:33:18 +00:00
m.checkNotNullExpressionValue(textView, "binding.currentBitrateDisplay");
textView.setText(WidgetVoiceChannelSettings.access$getBitrateDisplayString(this.this$0, Bitrate.MIN.getKbps() + i));
}
}