删除错误资源
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 9.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 20 KiB |
@@ -29,7 +29,7 @@ import com.xscm.moduleutil.utils.ImageUtils
|
||||
import com.xscm.moduleutil.widget.dialog.BaseDialog
|
||||
import io.reactivex.disposables.Disposable
|
||||
|
||||
class DialogLoveStationDraw(context: Context,val fragmentManager: FragmentManager) :
|
||||
class DialogLoveStationDraw(context: Context,val fragmentManager: FragmentManager,val roomSettingFragment: RoomSettingFragment) :
|
||||
BaseDialog<DialogLoveStationDrawLayoutBinding>(context) {
|
||||
|
||||
init {
|
||||
@@ -154,6 +154,7 @@ class DialogLoveStationDraw(context: Context,val fragmentManager: FragmentManage
|
||||
super.show()
|
||||
mRoomId = roomId
|
||||
mGiftBagId = giftBagId
|
||||
roomSettingFragment.dismiss()
|
||||
getUserWallet()
|
||||
startAnimDefault()
|
||||
getLottery()
|
||||
|
||||
@@ -532,7 +532,7 @@ public class RoomSettingFragment extends BaseMvpDialogFragment<RoomSettingPresen
|
||||
} else if (bean.getType() == QXRoomSettingTypeRoomBusinessLegend) {
|
||||
new BoxMainDialog2((RoomActivity) getSelfActivity()).show(getChildFragmentManager(), "马迎新春");
|
||||
} else if(bean.getType() == QXRoomSettingTypeRoomBusinessLOVE){
|
||||
new DialogLoveStationDraw(getSelfActivity(),getChildFragmentManager()).show(roomId,"61");
|
||||
new DialogLoveStationDraw(getSelfActivity(),getChildFragmentManager(),RoomSettingFragment.this).show(roomId,"61");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user