CrackMe.apk

Download file
    package com.google.android.exoplayer2;

import com.google.android.exoplayer2.source.MediaSource;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class MediaSourceList$$ExternalSyntheticLambda0 implements MediaSource.MediaSourceCaller {
    public final /* synthetic */ MediaSourceList f$0;

    public /* synthetic */ MediaSourceList$$ExternalSyntheticLambda0(MediaSourceList mediaSourceList) {
        this.f$0 = mediaSourceList;
    }

    public final void onSourceInfoRefreshed(MediaSource mediaSource, Timeline timeline) {
        this.f$0.m46lambda$prepareChildSource$0$comgoogleandroidexoplayer2MediaSourceList(mediaSource, timeline);
    }
}
    
Download file