mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-04-20 16:30:41 +00:00
removed redundant UserPreferencesService
from MeteringBloc
This commit is contained in:
parent
0013125d68
commit
20fd7656cf
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class MeteringInteractor {
|
|||
|
||||
double get cameraEvCalibration => _userPreferencesService.cameraEvCalibration;
|
||||
double get lightSensorEvCalibration => _userPreferencesService.lightSensorEvCalibration;
|
||||
bool get isHapticsEnabled => _userPreferencesService.haptics;
|
||||
|
||||
IsoValue get iso => _userPreferencesService.iso;
|
||||
set iso(IsoValue value) => _userPreferencesService.iso = value;
|
||||
|
|
Loading…
Reference in a new issue