Fix unknown class error
This commit is contained in:
parent
b74d9f1825
commit
43bd2ff428
@ -75,7 +75,7 @@ public class Printer extends CordovaPlugin {
|
||||
* Druckt den HTML Content aus.
|
||||
*/
|
||||
private void print (final JSONArray args, CallbackContext ctx) {
|
||||
final KitKatPrinter self = this;
|
||||
final Printer self = this;
|
||||
|
||||
cordova.getActivity().runOnUiThread( new Runnable() {
|
||||
public void run() {
|
||||
|
Loading…
Reference in New Issue
Block a user