라이브 비밀후원

- 방장인 경우 비밀후원도 후원 총액에 반영되도록 수정
This commit is contained in:
klaus 2024-09-24 12:14:47 +09:00
parent 4189ee4e54
commit 1930014498
3 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<selectionStates>
<SelectionState runConfigName="app">
<option name="selectionMode" value="DROPDOWN" />
<DropdownSelection timestamp="2024-09-10T15:44:07.634320Z">
<DropdownSelection timestamp="2024-09-23T12:14:10.678819Z">
<Target type="DEFAULT_BOOT">
<handle>
<DeviceId pluginId="PhysicalDevice" identifier="serial=2cec640c34017ece" />

View File

@ -35,8 +35,8 @@ android {
applicationId "kr.co.vividnext.sodalive"
minSdk 23
targetSdk 34
versionCode 106
versionName "1.18.0"
versionCode 108
versionName "1.19.1"
}
buildTypes {

View File

@ -1880,6 +1880,7 @@ class LiveRoomActivity : BaseActivity<ActivityLiveRoomBinding>(ActivityLiveRoomB
)
)
invalidateChat()
viewModel.addDonationCan(message.can)
if (message.signature != null) {
addSignature(message.signature)