Fix typo resulting into crash on KitKit (Closes #94)
This commit is contained in:
parent
144efee2a9
commit
a1dc163ccc
@ -324,7 +324,7 @@ public class Printer extends CordovaPlugin {
|
|||||||
webView, createPrintDocumentAdapterMethod, docName);
|
webView, createPrintDocumentAdapterMethod, docName);
|
||||||
} else {
|
} else {
|
||||||
return (PrintDocumentAdapter) Meta.invokeMethod(webView,
|
return (PrintDocumentAdapter) Meta.invokeMethod(webView,
|
||||||
"createPrintDocumentAdapterMethod");
|
"createPrintDocumentAdapter");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user