Skip to content

Commit

Permalink
add an isOpen to the base type
Browse files Browse the repository at this point in the history
  • Loading branch information
stewpend0us committed Jan 2, 2024
1 parent 4e2c56e commit de96622
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/android/src/AntChannelController.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ public boolean openChannel() {
return mIsOpen;
}

public boolean isOpen() {
return mIsOpen;
}

private void channelError(RemoteException e) {
String logString = "Remote service communication failed.";

Expand Down

0 comments on commit de96622

Please sign in to comment.