discord-jadx/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOvervie...

36 lines
1.8 KiB
Java

package com.discord.widgets.servers;
import android.view.View;
import rx.functions.Action1;
/* compiled from: WidgetServerSettingsOverview.kt */
public final class WidgetServerSettingsOverview$configureSplashImage$1 implements View.OnClickListener {
public final /* synthetic */ String $splashOriginalUrl;
public final /* synthetic */ WidgetServerSettingsOverview this$0;
/* compiled from: WidgetServerSettingsOverview.kt */
/* renamed from: com.discord.widgets.servers.WidgetServerSettingsOverview$configureSplashImage$1$1 reason: invalid class name */
public static final class AnonymousClass1<T> implements Action1<String> {
public final /* synthetic */ WidgetServerSettingsOverview$configureSplashImage$1 this$0;
public AnonymousClass1(WidgetServerSettingsOverview$configureSplashImage$1 widgetServerSettingsOverview$configureSplashImage$1) {
this.this$0 = widgetServerSettingsOverview$configureSplashImage$1;
}
public final void call(String str) {
WidgetServerSettingsOverview$configureSplashImage$1 widgetServerSettingsOverview$configureSplashImage$1 = this.this$0;
WidgetServerSettingsOverview.access$configureSplashImage(widgetServerSettingsOverview$configureSplashImage$1.this$0, widgetServerSettingsOverview$configureSplashImage$1.$splashOriginalUrl, str, true);
}
}
public WidgetServerSettingsOverview$configureSplashImage$1(WidgetServerSettingsOverview widgetServerSettingsOverview, String str) {
this.this$0 = widgetServerSettingsOverview;
this.$splashOriginalUrl = str;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetServerSettingsOverview.access$setImageSelectedResult$p(this.this$0, new AnonymousClass1(this));
this.this$0.openMediaChooser();
}
}