Initial version which supports selecting bike by bike id.

This commit is contained in:
Oliver Hauff 2021-07-14 20:39:47 +02:00
parent e1e29da71a
commit 4394b6964a
6 changed files with 47 additions and 23 deletions

View file

@ -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)