package d8;

import android.content.Intent;
import android.os.Bundle;

/* JADX INFO: loaded from: classes2.dex */
public final /* synthetic */ class d implements w8.b {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final /* synthetic */ d f25018a = new d();

    @Override // w8.b
    public final Object then(w8.h hVar) {
        Intent intent = (Intent) ((Bundle) hVar.g()).getParcelable("notification_data");
        if (intent != null) {
            return new a(intent);
        }
        return null;
    }
}
