1:修改播放礼物特效

2:修改特效按照ios方式更改
This commit is contained in:
2025-09-13 15:36:44 +08:00
parent d309c10cf7
commit 5635d0c707
18 changed files with 344 additions and 189 deletions

View File

@@ -370,6 +370,9 @@ public class HomePresenter extends BasePresenter<HomeContacts.View> implements H
@Override
public void onNext(ThemeBean themeBean) {
if (MvpRef==null){
MvpRef = new WeakReference<>(mView);
}
MvpRef.get().getThemeData(themeBean);
}
});