From 9eca7c833a4e34b4e33d204bf15b18df584255ad Mon Sep 17 00:00:00 2001 From: InHong Han Date: Thu, 25 Aug 2022 13:04:07 +0900 Subject: [PATCH] Add missing code to remove PoppedEvent Change-Id: Ia64c90ad2385c84a174c523b7f805e58299a3438 --- Settings/SettingInputmethod/SettingWidgetInputmethod.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Settings/SettingInputmethod/SettingWidgetInputmethod.cs b/Settings/SettingInputmethod/SettingWidgetInputmethod.cs index bd4881f..b116e6d 100644 --- a/Settings/SettingInputmethod/SettingWidgetInputmethod.cs +++ b/Settings/SettingInputmethod/SettingWidgetInputmethod.cs @@ -159,6 +159,7 @@ namespace SettingInputmethod installedKeyboards[i].SetSwitchEnabled(true); } } + navigator.Popped -= PoppedEvent; } private void OnSwitchClicked(object s, SwitchEventArgs e) -- 2.34.1