mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-17 20:32:10 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
e4ef84e88c
commit
2d5b4fe36a
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@ NSBundle *tweakBundle = uYouPlusBundle();
|
|||
//
|
||||
|
||||
// Disable Live Activities (iOS 16+)
|
||||
// Ensure this is placed within your class implementation
|
||||
@implementation CustomDisableLiveActivities
|
||||
@implementation CustomDisableLiveActivities : NSObject
|
||||
- (void)disableLiveActivitiesAndDynamicIsland {
|
||||
NSString *bundleIdentifier = [[NSBundle mainBundle] bundleIdentifier];
|
||||
if (@available(iOS 16.0, *)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue