Update Printer.java
Remove to early `view` cleanup. the view might be needed in case of printer refresh or error.
This commit is contained in:
parent
554e7f6bd1
commit
e4f8e5fc2f
@ -278,7 +278,6 @@ public class Printer extends CordovaPlugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pm.getInstance().print(docName, adapter, builder.build());
|
pm.getInstance().print(docName, adapter, builder.build());
|
||||||
view = null;
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user