package com.discord.widgets.user.profile; import android.view.View; import kotlin.jvm.functions.Function0; /* compiled from: UserProfileAdminView.kt */ public final class UserProfileAdminView$setOnServerMove$1 implements View.OnClickListener { public final /* synthetic */ Function0 $onServerMove; public UserProfileAdminView$setOnServerMove$1(Function0 function0) { this.$onServerMove = function0; } @Override // android.view.View.OnClickListener public final void onClick(View view) { this.$onServerMove.mo1invoke(); } }