From: Seonah Moon Date: Wed, 26 Apr 2023 10:29:09 +0000 (+0900) Subject: Revert "Remove the empty AP from scan list" X-Git-Tag: accepted/tizen/unified/20230427.155838^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e045d5372266e01e2de724c370d5b9bbc0966fc;p=profile%2Fiot%2Fapps%2Fdotnet%2Fsetting-wifi.git Revert "Remove the empty AP from scan list" This reverts commit 4bdc76136b22abfbacfa897e2e2541d7b4a067c0. This patch makes a crash. (NUI) It will be merged again after resolving the crash. Change-Id: I49076e9a8862b1af79b3541f39fc73e3a3258fd5 --- diff --git a/SettingWiFi/SettingWiFi/view/APSource.cs b/SettingWiFi/SettingWiFi/view/APSource.cs index 9227253..f2db101 100755 --- a/SettingWiFi/SettingWiFi/view/APSource.cs +++ b/SettingWiFi/SettingWiFi/view/APSource.cs @@ -52,6 +52,7 @@ namespace SettingWiFi if (apList == null) { Debug("apList is null"); + this.Add(new AP()); return; } // Clear method have some issue about asynchronous actions, @@ -152,4 +153,4 @@ namespace SettingWiFi available.UpdateApState(bssid, state); } } -} +} \ No newline at end of file diff --git a/packaging/org.tizen.cssetting-wifi-1.1.3.rpk b/packaging/org.tizen.cssetting-wifi-1.1.3.rpk old mode 100755 new mode 100644 index a8db18c..93d1801 Binary files a/packaging/org.tizen.cssetting-wifi-1.1.3.rpk and b/packaging/org.tizen.cssetting-wifi-1.1.3.rpk differ