48 lines
1.3 KiB
Java
48 lines
1.3 KiB
Java
|
package o;
|
||
|
|
||
|
import android.net.Uri;
|
||
|
import o.ZI;
|
||
|
|
||
|
/* loaded from: classes4.dex */
|
||
|
public final class aJP extends ZI<InterfaceC9145deG> {
|
||
|
private final C17809ztu e;
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
@InterfaceC13391fZD
|
||
|
public aJP(C17809ztu c17809ztu, C16903sI c16903sI) {
|
||
|
super(c16903sI);
|
||
|
C14957gcv.e(c17809ztu, "");
|
||
|
C14957gcv.e(c16903sI, "");
|
||
|
this.e = c17809ztu;
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ void Vm_(Uri.Builder builder, InterfaceC9145deG interfaceC9145deG) {
|
||
|
Uri build = builder.build();
|
||
|
C14957gcv.c(build, "");
|
||
|
interfaceC9145deG.acZ_(build);
|
||
|
}
|
||
|
|
||
|
public final void d(String str) {
|
||
|
String str2 = str;
|
||
|
if (!(str2 == null || gdZ.d((CharSequence) str2))) {
|
||
|
this.e.c.e(String.valueOf(str));
|
||
|
}
|
||
|
final Uri.Builder buildUpon = Uri.parse("scbeasy://mutualfunds/discover").buildUpon();
|
||
|
ZI.IeS ieS = new ZI.IeS(buildUpon) { // from class: o.aJQ
|
||
|
private Uri.Builder b;
|
||
|
|
||
|
@Override // o.ZI.IeS
|
||
|
public final void e(Object obj) {
|
||
|
aJP.Vm_(this.b, (InterfaceC9145deG) obj);
|
||
|
}
|
||
|
|
||
|
{
|
||
|
this.b = buildUpon;
|
||
|
}
|
||
|
};
|
||
|
if (this.f != 0) {
|
||
|
ieS.e(this.f);
|
||
|
}
|
||
|
}
|
||
|
}
|