Revert "Remove the empty AP from scan list" 42/292042/1 accepted/tizen/unified/20230427.155838
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 26 Apr 2023 10:29:09 +0000 (19:29 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 26 Apr 2023 10:29:13 +0000 (19:29 +0900)
This reverts commit 4bdc76136b22abfbacfa897e2e2541d7b4a067c0.

This patch makes a crash. (NUI)
It will be merged again after resolving the crash.

Change-Id: I49076e9a8862b1af79b3541f39fc73e3a3258fd5

SettingWiFi/SettingWiFi/view/APSource.cs
packaging/org.tizen.cssetting-wifi-1.1.3.rpk [changed mode: 0755->0644]

index 9227253294e8eb3fc35217c360858d2787fff860..f2db10150146cea9ae18d82a500f12b3eb1c858e 100755 (executable)
@@ -52,6 +52,7 @@ namespace SettingWiFi
             if (apList == null)\r
             {\r
                 Debug("apList is null");\r
+                this.Add(new AP());\r
                 return;\r
             }\r
             // Clear method have some issue about asynchronous actions,\r
@@ -152,4 +153,4 @@ namespace SettingWiFi
             available.UpdateApState(bssid, state);\r
         }\r
     }\r
-}\r
+}
\ No newline at end of file
old mode 100755 (executable)
new mode 100644 (file)
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