Live Activities fix

This commit is contained in:
2026-04-19 16:57:57 +02:00
parent 053c743c41
commit c41b58d837
24 changed files with 1079 additions and 7 deletions
@@ -0,0 +1,16 @@
//
// MobileMALiveActivityBundle.swift
// MobileMALiveActivity
//
// Created by Sven Hanold on 17.04.26.
//
import WidgetKit
import SwiftUI
@main
struct MobileMALiveActivityBundle: WidgetBundle {
var body: some Widget {
MobileMALiveActivityLiveActivity()
}
}