14 lines
443 B
Java
14 lines
443 B
Java
package androidx.fragment.app.strictmode;
|
|
|
|
import androidx.fragment.app.Fragment;
|
|
import o.C14957gcv;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class RetainInstanceUsageViolation extends Violation {
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public RetainInstanceUsageViolation(Fragment fragment, String str) {
|
|
super(fragment, str);
|
|
C14957gcv.e(fragment, "");
|
|
}
|
|
}
|