6.5.4礼物冠名

This commit is contained in:
18401019693
2023-08-11 13:59:54 +08:00
parent 6d262d0c94
commit 92ed82ea2a
6 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
package com.yunbao.live.views;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
@@ -60,7 +61,7 @@ public class GiftAlreadyWallFragment extends BaseFragment {
alreadyWallAdapter = new GiftAlreadyWallAdapter(sbWy);
alreadyList.setLayoutManager(new GridLayoutManager(getContext(), 3, GridLayoutManager.VERTICAL, false));
alreadyList.setAdapter(alreadyWallAdapter);
if (mLiveUid.equals(CommonAppConfig.getInstance().getUid())) {
if (sbWy && TextUtils.equals(mLiveUid, toUid)) {
instantLight.setVisibility(View.VISIBLE);
} else {
instantLight.setVisibility(View.GONE);