老的新人任务,注释
This commit is contained in:
parent
b3fc0c5ca5
commit
0ea401a90e
@ -2001,10 +2001,11 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
|
||||
@Override
|
||||
public void onTick(long millisUntilFinished) {
|
||||
|
||||
if (IMLoginManager.get(mContext).isisNewUserOne() == true && timeIndex == 10) {
|
||||
// 老的新人任务,注释
|
||||
/* if (IMLoginManager.get(mContext).isisNewUserOne() == true && timeIndex == 10) {
|
||||
NewUserDialog fragment1 = new NewUserDialog();
|
||||
fragment1.show(((LiveActivity) mContext).getSupportFragmentManager(), "NewUserDialog");
|
||||
}
|
||||
}*/
|
||||
|
||||
if (timeIndex == CommonAppConfig.getInstance().alert_time) {
|
||||
if (mLiveRoomViewHolder.isAttention == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user