parent
4189ee4e54
commit
1930014498
|
@ -4,7 +4,7 @@
|
||||||
<selectionStates>
|
<selectionStates>
|
||||||
<SelectionState runConfigName="app">
|
<SelectionState runConfigName="app">
|
||||||
<option name="selectionMode" value="DROPDOWN" />
|
<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">
|
<Target type="DEFAULT_BOOT">
|
||||||
<handle>
|
<handle>
|
||||||
<DeviceId pluginId="PhysicalDevice" identifier="serial=2cec640c34017ece" />
|
<DeviceId pluginId="PhysicalDevice" identifier="serial=2cec640c34017ece" />
|
||||||
|
|
|
@ -35,8 +35,8 @@ android {
|
||||||
applicationId "kr.co.vividnext.sodalive"
|
applicationId "kr.co.vividnext.sodalive"
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 106
|
versionCode 108
|
||||||
versionName "1.18.0"
|
versionName "1.19.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
@ -1880,6 +1880,7 @@ class LiveRoomActivity : BaseActivity<ActivityLiveRoomBinding>(ActivityLiveRoomB
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
invalidateChat()
|
invalidateChat()
|
||||||
|
viewModel.addDonationCan(message.can)
|
||||||
|
|
||||||
if (message.signature != null) {
|
if (message.signature != null) {
|
||||||
addSignature(message.signature)
|
addSignature(message.signature)
|
||||||
|
|
Loading…
Reference in New Issue