Modified to send pop action when the back button is clicked 66/282266/3
authorInHong Han <inhong1.han@samsung.com>
Thu, 29 Sep 2022 08:16:32 +0000 (17:16 +0900)
committerInHong Han <inhong1.han@samsung.com>
Fri, 30 Sep 2022 01:31:16 +0000 (01:31 +0000)
Change-Id: I705545a5773944e4091ad68c975f0557c555e8ea

Settings/SettingInputmethod/SettingWidgetInputmethod.cs
packaging/org.tizen.cssetting-inputmethod-1.0.0.tpk

index b116e6d209fffc4112a5e5910e8f863b60189742..190d028b5bb129d29ef14339913a1c65da590b25 100644 (file)
@@ -79,7 +79,10 @@ namespace SettingInputmethod
 \r
             backButton.Clicked += (object source, ClickedEventArgs args) =>\r
             {\r
-                navigator.Pop();\r
+                Bundle nextBundle = new Bundle();\r
+                nextBundle.AddItem("WIDGET_ACTION", "POP");\r
+                String encodedBundle = nextBundle.Encode();\r
+                SetContentInfo(encodedBundle);\r
             };\r
 \r
             appBar.NavigationContent = backButton;\r
index 4d10c0b655cbc6a6087dd12b1488b366a8b983dc..f2c3a608d3b1bf6969c52f80dde399666000559e 100644 (file)
Binary files a/packaging/org.tizen.cssetting-inputmethod-1.0.0.tpk and b/packaging/org.tizen.cssetting-inputmethod-1.0.0.tpk differ