parent
4189ee4e54
commit
1930014498
|
@ -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" />
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -1880,6 +1880,7 @@ class LiveRoomActivity : BaseActivity<ActivityLiveRoomBinding>(ActivityLiveRoomB
|
|||
)
|
||||
)
|
||||
invalidateChat()
|
||||
viewModel.addDonationCan(message.can)
|
||||
|
||||
if (message.signature != null) {
|
||||
addSignature(message.signature)
|
||||
|
|
Loading…
Reference in New Issue