discord-jadx/app/src/main/java/com/discord/utilities/auditlogs/AuditLogChangeUtils$renderP...

28 lines
1.0 KiB
Java

package com.discord.utilities.auditlogs;
import android.content.Context;
import c.a.l.b;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: AuditLogChangeUtils.kt */
public final class AuditLogChangeUtils$renderPermissionList$3 extends o implements Function1<Integer, CharSequence> {
public final /* synthetic */ Context $context;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public AuditLogChangeUtils$renderPermissionList$3(Context context) {
super(1);
this.$context = context;
}
public final CharSequence invoke(int i) {
return b.g(this.$context, i, new Object[0], null, 4);
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ CharSequence invoke(Integer num) {
return invoke(num.intValue());
}
}