discord-jadx/app/src/main/java/com/discord/stores/StoreContactSync$handleConnectionOpen$1.java
2021-07-24 04:37:17 +02:00

21 lines
717 B
Java

package com.discord.stores;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreContactSync.kt */
public final class StoreContactSync$handleConnectionOpen$1 extends o implements Function0<Unit> {
public final /* synthetic */ StoreContactSync this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreContactSync$handleConnectionOpen$1(StoreContactSync storeContactSync) {
super(0);
this.this$0 = storeContactSync;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
this.this$0.handlePostConnectionOpen();
}
}