fix(ios): remove NWC Live Activity widgetURL to avoid deep link parse error

This commit is contained in:
ajaysehwal
2026-06-04 10:52:43 -04:00
committed by Evan Kaloudis
parent af60a4be72
commit a16e987abd
@@ -133,7 +133,6 @@ struct NWCWidgetLiveActivity: Widget {
} minimal: {
ZeusIcon(size: 16)
}
.widgetURL(URL(string: "zeus://nwc"))
.keylineTint(Color(red: 1, green: 0.82, blue: 0))
}
}