Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.42 KB | None | 0 0
  1. if (currentCommand != null && currentCommand.getFailureReason().length() > 0) {
  2.                 VRToast.showCommandResponseFailure(getContext(), Error.getErrorMsg(getContext(), currentCommand.getErrorCode(), currentCommand.getFailureReason())); else
  3.                 {
  4.                     VRToast.showCommandResponseFailure(getContext(), getContext().getString(R.string.command_unknown_error));
  5.                 }
  6.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement