Guest User

Untitled

a guest
May 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public void Verificar(){
  2. if(pref.getBoolean(Constants.IS_LOGGED_IN,false)){
  3.  
  4. recyclerView.setVisibility (View.VISIBLE);
  5. }else {
  6.  
  7. recyclerView.setVisibility (View.INVISIBLE);
  8. }
  9.  
  10. }
Add Comment
Please, Sign In to add comment