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

26 lines
653 B
Java

package o;
/* renamed from: o.fPr, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C13071fPr implements fPC<Object> {
private volatile Object a;
private final Object d = new Object();
private final InterfaceC13074fPu e;
public C13071fPr(InterfaceC13074fPu interfaceC13074fPu) {
this.e = interfaceC13074fPu;
}
@Override // o.fPC
public final Object y_() {
if (this.a == null) {
synchronized (this.d) {
if (this.a == null) {
this.a = this.e.c();
}
}
}
return this.a;
}
}