修复:

直播間UI修改,卡顿
This commit is contained in:
18401019693
2022-08-31 18:03:37 +08:00
parent 2acba510f7
commit 3b1239f9e0
5 changed files with 112 additions and 95 deletions

View File

@@ -159,11 +159,11 @@ public class IMLoginManager extends BaseCacheManager {
}
public boolean isMountEffect() {
return getBoolean(MountEffect, false);
return getBoolean(MountEffect, true);
}
public boolean isGiftEffect() {
return getBoolean(GiftEffect, false);
return getBoolean(GiftEffect, true);
}
/**