From: InHong Han Date: Thu, 25 Aug 2022 04:04:07 +0000 (+0900) Subject: Add missing code to remove PoppedEvent X-Git-Tag: submit/tizen/20220826.043923^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9eca7c833a4e34b4e33d204bf15b18df584255ad;p=profile%2Fiot%2Fapps%2Fdotnet%2Fsetting-inputmethod.git Add missing code to remove PoppedEvent Change-Id: Ia64c90ad2385c84a174c523b7f805e58299a3438 --- 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)