Exemplo n.º 1
0
 /**
  * Sets the button enabled status according to the passed in {@link OtrPolicy}.
  *
  * @param contactPolicy the {@link OtrPolicy}.
  */
 private void setPolicy(OtrPolicy contactPolicy) {
   getButton().setEnabled(contactPolicy != null && contactPolicy.getEnableManual());
 }