This commit is contained in:
oujunhui
2020-07-23 21:09:19 +08:00
parent 461510bfac
commit 8944bb8e75
2 changed files with 3 additions and 3 deletions

View File

@@ -510,7 +510,7 @@ public class AVRoomActivity extends BaseMvpActivity<IAvRoomView, AvRoomPresenter
break;
case RoomEvent.RECEIVE_RED_PACKAGE:
try {//防止NPE
showRedPackageOpenDialog(((RedPackageAttachment) roomEvent.getChatRoomMessage().getAttachment()).getRedPackageNotifyInfo());
showRedPackage(AvRoomDataManager.get().mCurrentRoomInfo);
} catch (Exception e) {
e.printStackTrace();
}

View File

@@ -21,5 +21,5 @@ with_jenkins=false
#\u6253\u652F\u6301x86\u7684\u6A21\u62DF\u5668\u5305\u4F7F\u7528
ndk_abi_filters=arm
version_name=1.1.0
version_code=110
version_name=1.2.0
version_code=120