Skip to content

Commit

Permalink
visual feedback for document scanner enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhard committed Aug 30, 2019
1 parent fc441ec commit 6813277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public boolean onDocumentOutlineDetected(List rect, boolean documentShapeAndBrig
// is called when the outline of the document is detected. return true if the outline is consumed by
// the implementation here, false if the outline should be drawn by the DocumentScanView
lastOutline = rect; // saving the outline for the animations
return true;
return false;
}

@Override
Expand Down

0 comments on commit 6813277

Please sign in to comment.