修改所有的不让修改用户信息给腾讯im
添加所有进入房间,进行同一个房间不在重复创建
This commit is contained in:
@@ -207,11 +207,11 @@ public class AvatarFrameView extends FrameLayout implements IAnimListener {
|
||||
return;
|
||||
}
|
||||
// 再次检查内存状态
|
||||
if (isMemoryLow()) {
|
||||
LogUtils.w(TAG, "Low memory, clearing queue");
|
||||
clearQueue();
|
||||
return;
|
||||
}
|
||||
// if (isMemoryLow()) {
|
||||
// LogUtils.w(TAG, "Low memory, clearing queue");
|
||||
// clearQueue();
|
||||
// return;
|
||||
// }
|
||||
// 检查特效是否开启
|
||||
if (SpUtil.getOpenEffect() != 1) {
|
||||
clearQueue();
|
||||
@@ -263,12 +263,12 @@ public class AvatarFrameView extends FrameLayout implements IAnimListener {
|
||||
mainHandler.post(() -> setSource(url, type2));
|
||||
return;
|
||||
}
|
||||
// 检查内存状态
|
||||
if (isMemoryLow()) {
|
||||
LogUtils.w(TAG, "Low memory, skipping animation");
|
||||
clearQueue();
|
||||
return;
|
||||
}
|
||||
// // 检查内存状态
|
||||
// if (isMemoryLow()) {
|
||||
// LogUtils.w(TAG, "Low memory, skipping animation");
|
||||
// clearQueue();
|
||||
// return;
|
||||
// }
|
||||
// 检查特效是否开启
|
||||
if (SpUtil.getOpenEffect() != 1) {
|
||||
// 特效关闭时清空队列并停止播放
|
||||
|
||||
Reference in New Issue
Block a user