mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
Merge remote-tracking branch 'origin' into feature/ML-61
This commit is contained in:
commit
7db3c6bded
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,9 @@ class _CameraHistogramState extends State<CameraHistogram> {
|
|||
|
||||
@override
|
||||
void dispose() {
|
||||
widget.controller.stopImageStream();
|
||||
/// There is no need to stop image stream here,
|
||||
/// because this widget will be disposed when CameraController is disposed
|
||||
/// widget.controller.stopImageStream();
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue