mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-20 20:16:30 +02:00
Initial version which supports selecting bike by bike id.
This commit is contained in:
parent
e1e29da71a
commit
4394b6964a
6 changed files with 47 additions and 23 deletions
|
@ -113,7 +113,7 @@ namespace TINK.ViewModel.MyBikes
|
|||
}
|
||||
|
||||
// Check bluetooth and location permission and states
|
||||
ActionText = AppResources.ActivityTextMyBikesCheckBluetoothState;
|
||||
ActionText = AppResources.ActivityTextCheckBluetoothState;
|
||||
|
||||
if (bikesOccupied.Response.FirstOrDefault(x => x is BikeInfo btBike) != null
|
||||
&& RuntimePlatform == Device.Android)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue