discord-jadx/app/src/main/java/com/discord/widgets/settings/WidgetMuteSettingsSheet$configureNotificationSettings$2.java
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

16 lines
658 B
Java

package com.discord.widgets.settings;
import android.view.View;
/* compiled from: WidgetMuteSettingsSheet.kt */
public final class WidgetMuteSettingsSheet$configureNotificationSettings$2 implements View.OnClickListener {
public final /* synthetic */ WidgetMuteSettingsSheet this$0;
public WidgetMuteSettingsSheet$configureNotificationSettings$2(WidgetMuteSettingsSheet widgetMuteSettingsSheet) {
this.this$0 = widgetMuteSettingsSheet;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetMuteSettingsSheet.access$getViewModel$p(this.this$0).onChannelSettingsSelected();
}
}