Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f89c8f0 authored by Gokul Swaminathan's avatar Gokul Swaminathan
Browse files

Added extra param to DocumentAdapter

parent 02a0cae6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ public class MainActivity extends ProgressActivity implements OnPageChangeListen
                    case R.id.printFile:
                        if (uri != null)
                            print(pdfFileName,
                                    new PdfDocumentAdapter(getApplicationContext()),
                                    new PdfDocumentAdapter(getApplicationContext(), uri),
                                    new PrintAttributes.Builder().build());
                        break;
                    default: