Skip to content

Commit

Permalink
fix modules
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerInk committed Mar 5, 2018
1 parent 7cf0c41 commit ce1c075
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public ModuleHandlerAbstract(CameraWrapperInterface cameraUiWrapper)
mainHandler = new UiHandler(Looper.getMainLooper(),moduleChangedListner,onCaptureStateChangedListners);
backgroundHandlerThread = new BackgroundHandlerThread(TAG);
backgroundHandlerThread.create();
mBackgroundHandler = new Handler(backgroundHandlerThread.getThread().getLooper());

workerListner = captureStates -> {
for (int i = 0; i < onCaptureStateChangedListners.size(); i++)
Expand Down

0 comments on commit ce1c075

Please sign in to comment.