CrackMe.apk

Download file
    package com.google.android.exoplayer2.ui;

import com.google.android.exoplayer2.ui.SpannedToHtmlConverter;
import java.util.Comparator;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class SpannedToHtmlConverter$SpanInfo$$ExternalSyntheticLambda0 implements Comparator {
    public static final /* synthetic */ SpannedToHtmlConverter$SpanInfo$$ExternalSyntheticLambda0 INSTANCE = new SpannedToHtmlConverter$SpanInfo$$ExternalSyntheticLambda0();

    private /* synthetic */ SpannedToHtmlConverter$SpanInfo$$ExternalSyntheticLambda0() {
    }

    public final int compare(Object obj, Object obj2) {
        return SpannedToHtmlConverter.SpanInfo.lambda$static$0((SpannedToHtmlConverter.SpanInfo) obj, (SpannedToHtmlConverter.SpanInfo) obj2);
    }
}
    
Download file