discord-jadx/app/src/main/java/com/discord/utilities/voice/ScreenShareManager$startStr...

32 lines
1.2 KiB
Java

package com.discord.utilities.voice;
import android.content.Intent;
import com.discord.rtcconnection.RtcConnection;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: ScreenShareManager.kt */
public final class ScreenShareManager$startStream$3 extends o implements Function1<RtcConnection.Metadata, Unit> {
public final /* synthetic */ Intent $intent;
public final /* synthetic */ ScreenShareManager this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public ScreenShareManager$startStream$3(ScreenShareManager screenShareManager, Intent intent) {
super(1);
this.this$0 = screenShareManager;
this.$intent = intent;
}
/* 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(RtcConnection.Metadata metadata) {
invoke(metadata);
return Unit.a;
}
public final void invoke(RtcConnection.Metadata metadata) {
ScreenShareManager.access$handleStartStream(this.this$0, this.$intent);
}
}