mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-04-27 20:00:40 +00:00
lint
This commit is contained in:
parent
45c0f1564a
commit
c215d5fa77
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class CameraContainerBloc extends EvSourceBlocBase<CameraContainerEvent, CameraC
|
|||
if (_currentExposureOffset != 0.0) cameraController.setExposureOffset(_currentExposureOffset),
|
||||
]);
|
||||
|
||||
this._cameraController = cameraController;
|
||||
_cameraController = cameraController;
|
||||
emit(CameraInitializedState(cameraController));
|
||||
_emitActiveState(emit);
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in a new issue