src/Apptag/SmartCategorization/SmartStartService.swift
@@ -358,6 +358,7 @@ store.tags = [:] store.appTags = [:] store.tagOrder = [] store.containerAppOrder = [:] store.disabledSystemCategoryIDs = [] } @@ -528,6 +529,7 @@ let tagIDs = entry.defaultTag .compactMap { SmartCategoryID(rawValue: $0) } .filter { $0 != .other } .map(\.smartStartDefaultCategoryID) guard !tagIDs.isEmpty else { return nil } return SmartStartCatalogEntry(