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

20 lines
851 B
Java

package com.discord.widgets.servers;
import rx.functions.Action1;
/* compiled from: WidgetServerSettingsOverview.kt */
public final class WidgetServerSettingsOverview$openAvatarPicker$1<T> implements Action1<String> {
public final /* synthetic */ String $guildShortName;
public final /* synthetic */ String $iconOriginal;
public final /* synthetic */ WidgetServerSettingsOverview this$0;
public WidgetServerSettingsOverview$openAvatarPicker$1(WidgetServerSettingsOverview widgetServerSettingsOverview, String str, String str2) {
this.this$0 = widgetServerSettingsOverview;
this.$guildShortName = str;
this.$iconOriginal = str2;
}
public final void call(String str) {
WidgetServerSettingsOverview.access$configureIcon(this.this$0, this.$guildShortName, this.$iconOriginal, str, true);
}
}