From 35e5ec2a76f5d5b4f72e091373fdfca7718bf58e Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 3 Jul 2026 09:35:19 +0000 Subject: [PATCH] fix: remove stale syncAppContextFromAppGroup call after chip removal Co-authored-by: Rocky --- OSGKeyboardExt/KeyboardViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/OSGKeyboardExt/KeyboardViewController.swift b/OSGKeyboardExt/KeyboardViewController.swift index 5c4dc3e..f67d6c9 100644 --- a/OSGKeyboardExt/KeyboardViewController.swift +++ b/OSGKeyboardExt/KeyboardViewController.swift @@ -302,7 +302,6 @@ public final class KeyboardViewController: UIInputViewController { ) } syncOnboardingStateFromAppGroup() - syncAppContextFromAppGroup() } // MARK: - Onboarding / app-context sync (v0.3.0)