去掉引导页
This commit is contained in:
@@ -312,6 +312,7 @@ public class MainActivity extends BaseMvpActivity<IMainView, MainPresenter>
|
||||
|
||||
initTitleBar(getString(R.string.app_name));
|
||||
initView();
|
||||
//引导页
|
||||
startGuild();
|
||||
initMaterialView();
|
||||
permission();
|
||||
|
@@ -184,7 +184,7 @@ public class HomePartyFragment extends AbsRoomFragment implements View.OnClickLi
|
||||
}
|
||||
|
||||
private void setRoomId(long id, int onlineNumber) {
|
||||
String htmlText = "ID:" + id;
|
||||
String htmlText = "66号:" + id;
|
||||
roomId.setText(htmlText);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user