Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fkeglevich committed Jan 19, 2019
1 parent 7d10526 commit 0d9823b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public CameraLifetimeController(ActivityReference reference)
this.fullscreenManager = new FullscreenManager(reference);
this.featureControllerManager = new FeatureControllerManager();
featureControllerManager.createControllers(reference);
this.cameraPreview = getTextureView(reference);
this.cameraPreview = getTextureView(reference);
this.cameraManager = new CameraManager(reference, cameraPreview);
setupCameraManager();
this.switchButtonController = createSwitchButtonController();
Expand Down

0 comments on commit 0d9823b

Please sign in to comment.