From 3b4a0887d287c890092fc0845eeb57e9a5b03bcd Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 24 May 2026 16:56:30 +0800
Subject: [PATCH] Fix Split View fullscreen overlay detection
---
Apptag/AppDefaults.swift | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Apptag/AppDefaults.swift b/Apptag/AppDefaults.swift
index 313edc2..bfeecc8 100644
--- a/Apptag/AppDefaults.swift
+++ b/Apptag/AppDefaults.swift
@@ -30,7 +30,7 @@
}
static func hasStoredValue(for key: String) -> Bool {
- let domain = Bundle.main.bundleIdentifier ?? "com.apptag.launcher"
+ let domain = Bundle.main.bundleIdentifier ?? AppIdentity.bundleIdentifier
return UserDefaults.standard.persistentDomain(forName: domain)?[key] != nil
}
--
Gitblit v1.9.3