mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-05-13 13:06:39 +02:00
Version 3.0.255
This commit is contained in:
parent
db9c288584
commit
5a26bf273b
1495 changed files with 159465 additions and 5060 deletions
|
@ -12,7 +12,7 @@ using TINK.Model.User;
|
|||
using TINK.View;
|
||||
using TINK.ViewModel.Bikes.Bike;
|
||||
using TINK.ViewModel.Bikes.Bike.BC;
|
||||
using Plugin.Permissions.Abstractions;
|
||||
using TINK.Services.Permissions;
|
||||
using Plugin.BLE.Abstractions.Contracts;
|
||||
using TINK.MultilingualResources;
|
||||
using TINK.Model.Device;
|
||||
|
@ -91,7 +91,7 @@ namespace TINK.ViewModel.Bikes
|
|||
/// <param name="viewService">Interface to actuate methodes on GUI.</param>
|
||||
public BikesViewModel(
|
||||
User user,
|
||||
IPermissions permissions,
|
||||
ILocationPermission permissions,
|
||||
IBluetoothLE bluetoothLE,
|
||||
string runtimPlatform,
|
||||
Func<bool> isConnectedDelegate,
|
||||
|
@ -231,7 +231,7 @@ namespace TINK.ViewModel.Bikes
|
|||
/// <summary>
|
||||
/// Service to manage permissions (location) of the app.
|
||||
/// </summary>
|
||||
protected IPermissions PermissionsService { get; private set; }
|
||||
protected ILocationPermission PermissionsService { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Service to manage bluetooth stack.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue