package j5;

import com.martsnew.data.model.response.ShortcutResponse;
import com.martsnew.domain.model.Shortcut;
import n4.u0;

/* JADX INFO: loaded from: classes.dex */
public final class t implements p {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final C1080k f13718a;

    public t(C1080k c1080k) {
        P6.g.e(c1080k, "filterMapper");
        this.f13718a = c1080k;
    }

    @Override // j5.p
    public final Object a(Object obj) {
        ShortcutResponse shortcutResponse = (ShortcutResponse) obj;
        P6.g.e(shortcutResponse, "dto");
        String str = shortcutResponse.f10930a;
        if (str == null) {
            str = "";
        }
        String str2 = shortcutResponse.f10931b;
        String str3 = str2 != null ? str2 : "";
        C1080k c1080k = this.f13718a;
        c1080k.getClass();
        return new Shortcut(str, str3, u0.u(c1080k, shortcutResponse.f10932c));
    }
}
