Skip to content

Commit

Permalink
Merge pull request #82 from veryfi/fix/LP-1019-add-default-document-type
Browse files Browse the repository at this point in the history
LP-1019: Add defaultSelectedDocumentType setting
  • Loading branch information
alejouribesanchez authored Sep 4, 2024
2 parents c248f81 + 605168c commit 7d0a48a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/utils/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ class Utils {
'zoomIsOn': preferences['Zoom'],
'switchCameraIsOn': preferences['Switch Camera'],
'enableScreenshots': preferences['Enable Screenshots'],
'documentTypes': [documentTypeResult]
'documentTypes': [documentTypeResult],
'defaultSelectedDocumentType': documentTypeResult
};
}

Expand Down

0 comments on commit 7d0a48a

Please sign in to comment.