Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Budiyev committed Sep 22, 2017
1 parent a3c813f commit 5f6e051
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,9 @@ private FinishInitializationTask(@NonNull Point frameSize) {

@Override
public void run() {
if (!mInitialized) {
return;
}
mScannerView.setFrameSize(mFrameSize);
mScannerView.setCodeScanner(CodeScanner.this);
startPreview();
Expand Down

0 comments on commit 5f6e051

Please sign in to comment.