CrackMe.apk

Download file
    package androidx.activity;

import android.graphics.Rect;
import android.view.View;
import android.view.ViewTreeObserver;
import kotlin.Metadata;
import kotlinx.coroutines.channels.ProducerScope;

@Metadata(d1 = {"\u0000\u0006\n\u0000\n\u0002\u0010\u0002\u0010\u0000\u001a\u00020\u0001H\n"}, d2 = {"<anonymous>", ""}, k = 3, mv = {1, 5, 1}, xi = 48)
/* compiled from: PipHintTracker.kt */
final class PipHintTrackerKt$trackPipAnimationHintView$flow$1$scrollChangeListener$1 implements ViewTreeObserver.OnScrollChangedListener {
    final /* synthetic */ ProducerScope<Rect> $$this$callbackFlow;
    final /* synthetic */ View $view;

    PipHintTrackerKt$trackPipAnimationHintView$flow$1$scrollChangeListener$1(ProducerScope<? super Rect> producerScope, View view) {
        this.$$this$callbackFlow = producerScope;
        this.$view = view;
    }

    public final void onScrollChanged() {
        this.$$this$callbackFlow.offer(PipHintTrackerKt.trackPipAnimationHintView$positionInWindow(this.$view));
    }
}
    
Download file