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