[BugFix]修复注册页面随机昵称有时不显示的bug
This commit is contained in:
@@ -81,9 +81,6 @@ public class SquareDynamicFragment extends BaseMvpFragment<IMiniWorldCategoryVie
|
||||
SwipeRefreshLayout refreshLayout;
|
||||
ViewPager mTopicViewPager;
|
||||
TextView tvTitleTopic;
|
||||
/**
|
||||
* 刷新的时候,传null
|
||||
*/
|
||||
/**
|
||||
* 话题类型ID
|
||||
* 全部 0
|
||||
@@ -102,8 +99,6 @@ public class SquareDynamicFragment extends BaseMvpFragment<IMiniWorldCategoryVie
|
||||
|
||||
private int squareType;
|
||||
|
||||
private RecommendTopicListAdapter mRecommendTopicAdapter;
|
||||
|
||||
public static SquareDynamicFragment newInstance(int type) {
|
||||
SquareDynamicFragment fragment = new SquareDynamicFragment();
|
||||
Bundle bundle = new Bundle();
|
||||
|
@@ -640,7 +640,7 @@ public class AuthModel extends BaseModel implements IAuthModel {
|
||||
public void reset() {
|
||||
currentAccountInfo = new AccountInfo();
|
||||
ticketInfo = new TicketInfo();
|
||||
thirdUserInfo = new ThirdUserInfo();
|
||||
thirdUserInfo = null;
|
||||
DemoCache.saveCurrentAccountInfo(new AccountInfo());
|
||||
DemoCache.saveTicketInfo(new TicketInfo());
|
||||
DemoCache.saveBoundAuthCode(false);
|
||||
|
Reference in New Issue
Block a user