discord-jadx/app/src/main/java/com/discord/stores/StoreAnalytics$init$4.java
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

26 lines
1.1 KiB
Java

package com.discord.stores;
import com.discord.stores.StoreAnalytics;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreAnalytics.kt */
public final /* synthetic */ class StoreAnalytics$init$4 extends k implements Function1<StoreAnalytics.ScreenViewed, Unit> {
public StoreAnalytics$init$4(StoreAnalytics storeAnalytics) {
super(1, storeAnalytics, StoreAnalytics.class, "onScreenViewed", "onScreenViewed(Lcom/discord/stores/StoreAnalytics$ScreenViewed;)V", 0);
}
/* 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 */ Unit invoke(StoreAnalytics.ScreenViewed screenViewed) {
invoke(screenViewed);
return Unit.a;
}
public final void invoke(StoreAnalytics.ScreenViewed screenViewed) {
m.checkNotNullParameter(screenViewed, "p1");
StoreAnalytics.access$onScreenViewed((StoreAnalytics) this.receiver, screenViewed);
}
}