

Nextrek
Diff Revisions 751 vs 752 for /Android/SmartCharging/SmartCharging_WP/SmartCharging/MapPage.xaml.cs
@@ -176,11 +176,11 @@ | |||
176 | 176 | private async Task<List<Site>> GetSiteList(Geopoint position, SiteType type) | |
177 | 177 | { | |
178 | 178 | ||
179 | - | if (type == null) | |
179 | + | /*if (type == null) | |
180 | 180 | { | |
181 | 181 | List<SiteType> sts = await this.SMA.getSiteTypesList(); | |
182 | 182 | type = sts[0]; | |
183 | - | } | |
183 | + | }*/ | |
184 | 184 | ||
185 | 185 | ||
186 | 186 |