what-the-bank/sources/androidx/fragment/app/strictmode/SetRetainInstanceUsageViola...

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 SetRetainInstanceUsageViolation extends RetainInstanceUsageViolation {
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public SetRetainInstanceUsageViolation(Fragment fragment) {
super(fragment, "Attempting to set retain instance for fragment ".concat(String.valueOf(fragment)));
C14957gcv.e(fragment, "");
}
}