Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
21
apk_decompiled/sources/A/f.java
Normal file
21
apk_decompiled/sources/A/f.java
Normal file
@@ -0,0 +1,21 @@
|
||||
package A;
|
||||
|
||||
import android.view.ViewTreeObserver;
|
||||
import androidx.coordinatorlayout.widget.CoordinatorLayout;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class f implements ViewTreeObserver.OnPreDrawListener {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final /* synthetic */ CoordinatorLayout f22a;
|
||||
|
||||
public f(CoordinatorLayout coordinatorLayout) {
|
||||
this.f22a = coordinatorLayout;
|
||||
}
|
||||
|
||||
@Override // android.view.ViewTreeObserver.OnPreDrawListener
|
||||
public final boolean onPreDraw() {
|
||||
this.f22a.p(0);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user