Exemplo n.º 1
0
 @Override
 protected void onTitleRightClickTv() {
   super.onTitleRightClickTv();
   boolean isLogin = ContentUtils.getLoginStatus(this);
   boolean re = false;
   switch (curPosition) {
     case POSITION0:
       re = JumpIntent.jumpLogin_addShop(isLogin, API.SHOPS, this);
       if (re) {
         isChange = true;
         ChangeShopActivity.myShopChange = this;
         Intent intent_more = new Intent(this, ChangeShopActivity.class);
         startActivity(intent_more);
       }
       break;
   }
 }