mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
removed redundant camera state emission
This commit is contained in:
parent
1d3fd6439d
commit
e75eaa74c3
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ class CameraContainerBloc extends EvSourceBlocBase<CameraContainerEvent, CameraC
|
|||
if (_cameraController != null) {
|
||||
_cameraController!.setExposurePoint(event.offset);
|
||||
_cameraController!.setFocusPoint(event.offset);
|
||||
_emitActiveState(emit);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue