Ejemplo n.º 1
0
 @Override
 protected void onResume() {
   super.onResume();
   if (toLogin) {
     toLogin = false;
     if (((LotteryApp) getApplication()).getUsername() != null) {
       selectedIndex = USER_MESSAGE;
       if (titleData.size() != 0) {
         viewRefreshMessage.headerRefreshing();
       }
       onRefresh();
     } else {
       topMenuLayout.check(SYSTEM_NOTICE);
     }
   }
 }