what-the-bank/sources/o/fJZ.java

23 lines
581 B
Java

package o;
/* loaded from: classes5.dex */
public final class fJZ extends ZqN {
private final String d;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public fJZ(String str) {
super(true);
C14957gcv.e(str, "");
this.d = str;
}
@Override // o.ZqN
public final void handleOnBackPressed() {
String str = this.d;
StringBuilder sb = new StringBuilder();
sb.append(str);
sb.append(" Back button is disabled");
guQ.e(sb.toString(), new Object[0]);
}
}