From 0badb998147135c75187a0c48f926b665af734c5 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 28 Jun 2026 02:53:51 +0800
Subject: [PATCH] Release 8.1.6 build 20260628.0230

---
 src/Apptag/SmartCategorization/SmartCategory.swift |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/Apptag/SmartCategorization/SmartCategory.swift b/src/Apptag/SmartCategorization/SmartCategory.swift
index 4fc10f0..949bdd3 100644
--- a/src/Apptag/SmartCategorization/SmartCategory.swift
+++ b/src/Apptag/SmartCategorization/SmartCategory.swift
@@ -251,6 +251,8 @@
 
     var smartStartDefaultCategoryID: SmartCategoryID? {
         switch self {
+        case .meeting:
+            return .communication
         case .pdf, .productivity, .writing:
             return .office
         case .fileManagement, .transfer, .utilities, .system, .systemMaintenance,
@@ -295,7 +297,6 @@
         .communication,
         .gtd,
         .notes,
-        .meeting,
         .office,
         .systemEnhancement,
         .aiTools,

--
Gitblit v1.9.3