Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2018-09-09 15:18:12 -0400
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2018-09-09 15:18:12 -0400
Commit
e8be364efcc322ac0a4ad2b73d007fd6c34a9990
e8be364e
2 parents
dc3aa093
aa6e838e
Merge pull request #12 from redsolver/patch-1
Update PrintingPlugin.java
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
printing/android/src/main/java/net/nfet/flutter/printing/PrintingPlugin.java
printing/android/src/main/java/net/nfet/flutter/printing/PrintingPlugin.java
View file @
e8be364
...
...
@@ -125,7 +125,6 @@ public class PrintingPlugin implements MethodCallHandler {
PrintDocumentInfo
info
=
new
PrintDocumentInfo
.
Builder
(
"badge.pdf"
)
.
setContentType
(
PrintDocumentInfo
.
CONTENT_TYPE_DOCUMENT
)
.
setPageCount
(
1
)
.
build
();
// Content layout reflow is complete
callback
.
onLayoutFinished
(
info
,
true
);
...
...
Please
register
or
login
to post a comment