56 lines
1.5 KiB
Java
56 lines
1.5 KiB
Java
package o;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.Collection;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class onj extends ZTC {
|
|
private final HQo b;
|
|
|
|
@InterfaceC13391fZD
|
|
public onj(HQo hQo) {
|
|
C14957gcv.e(hQo, "");
|
|
this.b = hQo;
|
|
}
|
|
|
|
public final pQV c(LJU lju) {
|
|
List list;
|
|
C14957gcv.e(lju, "");
|
|
String str = lju.i;
|
|
String str2 = str == null ? "" : str;
|
|
String str3 = lju.e;
|
|
String str4 = str3 == null ? "" : str3;
|
|
String str5 = lju.d;
|
|
String str6 = str5 == null ? "" : str5;
|
|
String str7 = lju.c;
|
|
String str8 = str7 == null ? "" : str7;
|
|
List<UIj> list2 = lju.b;
|
|
if (list2 != null) {
|
|
List<UIj> list3 = list2;
|
|
C14957gcv.e(list3, "");
|
|
List arrayList = new ArrayList(list3 instanceof Collection ? list3.size() : 10);
|
|
for (UIj uIj : list3) {
|
|
C14957gcv.e(uIj, "");
|
|
String str9 = uIj.d;
|
|
if (str9 == null) {
|
|
str9 = "";
|
|
}
|
|
String str10 = uIj.e;
|
|
if (str10 == null) {
|
|
str10 = "";
|
|
}
|
|
arrayList.add(new qRK(str9, str10));
|
|
}
|
|
list = arrayList;
|
|
} else {
|
|
list = C14851gaI.c;
|
|
}
|
|
C14851gaI c14851gaI = lju.a;
|
|
if (c14851gaI == null) {
|
|
c14851gaI = C14851gaI.c;
|
|
}
|
|
return new pQV(str2, str4, str6, str8, list, c14851gaI);
|
|
}
|
|
}
|