File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
ExampleApp/src/com/philips/lighting/hue/local/sdk/demo
QuickStartApp/src/com/philips/lighting/quickstart Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -408,6 +408,7 @@ public void onAccessPointsFound(List<PHAccessPoint> accessPoint) {
408408
409409 PHWizardAlertDialog .getInstance ().closeProgressDialog ();
410410 if (accessPoint != null && accessPoint .size () > 0 ) {
411+ phHueSDK .getAccessPointsFound ().clear ();
411412 phHueSDK .getAccessPointsFound ().addAll (accessPoint );
412413 // show list of bridges
413414 if (act instanceof PHAccessPointListActivity ) {
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ public void onAccessPointsFound(List<PHAccessPoint> accessPoint) {
133133
134134 PHWizardAlertDialog .getInstance ().closeProgressDialog ();
135135 if (accessPoint != null && accessPoint .size () > 0 ) {
136+ phHueSDK .getAccessPointsFound ().clear ();
136137 phHueSDK .getAccessPointsFound ().addAll (accessPoint );
137138 // show list of bridges
138139 if (act instanceof PHAccessPointListActivity ) {
You can’t perform that action at this time.
0 commit comments