Merge pull request #117 from leibale/master

Remove to early view cleanup
This commit is contained in:
Sebastián Katzer 2016-12-18 10:19:52 +01:00 committed by GitHub
commit 2c9cafe1ed

View File

@ -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;
} }
}); });
} }