Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
fix(android): fix crash on android
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed May 25, 2017
1 parent d8ff3b2 commit b84c6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf-view.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class PDFView extends PDFViewCommon {

public createNativeView() {
// tslint:disable-next-line:no-unsafe-any
return new pdfviewer.PDFView(this._context);
return new pdfviewer.PDFView(this._context, void 0);
}

public [srcProperty.setNative](value: string) {
Expand Down

0 comments on commit b84c6ca

Please sign in to comment.