Guest User

Untitled

a guest
May 27th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if (mAnonymousCheckBox.isChecked()) {
  2.  
  3. // remove preferences
  4. usernameEditText.setFocusable(false);
  5. usernameEditText.setEnabled(false);
  6. setFTPUsername("");
  7. setFTPPassword("");
  8. }
Add Comment
Please, Sign In to add comment