14 lines
559 B
Java
14 lines
559 B
Java
package androidx.fragment.app.strictmode;
|
|
|
|
import androidx.fragment.app.Fragment;
|
|
import o.C14957gcv;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class GetTargetFragmentRequestCodeUsageViolation extends TargetFragmentUsageViolation {
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public GetTargetFragmentRequestCodeUsageViolation(Fragment fragment) {
|
|
super(fragment, "Attempting to get target request code from fragment ".concat(String.valueOf(fragment)));
|
|
C14957gcv.e(fragment, "");
|
|
}
|
|
}
|