Skip to content

Commit

Permalink
tryToConnectUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
tr3v3r committed Mar 13, 2024
1 parent 4f32215 commit a9fef44
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 325 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ synchronized public void addSymbol(String target, String data, int type, int lev
}

@ReactMethod
synchronized public void getStatus(String target, int type, Promise promise) {
synchronized public void getStatus(String target, Promise promise) {
ThePrinter thePrinter = thePrinterManager_.getObject(target);
if (thePrinter == null) {
promise.reject(EscPosPrinterErrorManager.getErrorTextData(ERR_INIT, ""));
Expand Down
243 changes: 0 additions & 243 deletions example/src/screens/Deprecated.tsx

This file was deleted.

Loading

0 comments on commit a9fef44

Please sign in to comment.