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

23 lines
777 B
Java

package o;
import android.content.Context;
import com.scb.phone.components.ItemCustom;
import com.scb.phone.view.custom.item.ItemRevampSeparatorCustom;
import com.scb.phone.view.custom.item.ItemSeparatorCustom;
/* renamed from: o.gF, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C14811gF {
public ItemCustom e(Context context, EM em) {
if (em.d == YD.SEPARATOR) {
return new ItemSeparatorCustom(context);
}
if (em.d == YD.REVAMP_SEPARATOR) {
return new ItemRevampSeparatorCustom(context);
}
StringBuilder sb = new StringBuilder("Not supported item:");
sb.append(em.getClass().getName());
throw new UnsupportedOperationException(sb.toString());
}
}