mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-21 20:46:28 +02:00
Removed Plugin.Permissions references
This commit is contained in:
parent
30c4e4879b
commit
0cc4a8ce78
17 changed files with 4 additions and 77 deletions
|
@ -439,7 +439,7 @@ namespace TINK.ViewModel.Map
|
|||
}
|
||||
|
||||
// Set pins to their positions on map.
|
||||
InitializePins(resultStationsAndBikes.Response.StationsAll);
|
||||
InitializePins(stations);
|
||||
|
||||
Log.ForContext<MapPageViewModel>().Verbose("Update of pins done.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue