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

23 lines
983 B
Java

package com.discord.widgets.voice.settings;
import android.widget.SeekBar;
import android.widget.TextView;
import b.a.y.j;
import d0.z.d.m;
/* compiled from: WidgetVoiceChannelSettings.kt */
public final class WidgetVoiceChannelSettings$configureUI$2 extends j {
public final /* synthetic */ WidgetVoiceChannelSettings this$0;
public WidgetVoiceChannelSettings$configureUI$2(WidgetVoiceChannelSettings widgetVoiceChannelSettings) {
this.this$0 = widgetVoiceChannelSettings;
}
@Override // b.a.y.j, android.widget.SeekBar.OnSeekBarChangeListener
public void onProgressChanged(SeekBar seekBar, int i, boolean z2) {
m.checkNotNullParameter(seekBar, "seekBar");
TextView textView = WidgetVoiceChannelSettings.access$getBinding$p(this.this$0).n;
m.checkNotNullExpressionValue(textView, "binding.currentUserLimitDisplay");
textView.setText(WidgetVoiceChannelSettings.access$getUserLimitDisplayString(this.this$0, i));
}
}