尝试修复bug

http://jira.zhidaohulian.com/browse/E84XAD-250
This commit is contained in:
董宏宇
2020-12-07 14:54:53 +08:00
parent 85eeac93d5
commit 376f651a66

View File

@@ -247,7 +247,9 @@ class V2XEventPanelFragment : MvpFragment<V2XEventPanelFragment, EventPanelPrese
.addBottomLayerView(mV2XEventPanelHistoryCountView, x, y)
changeEventCount()
} else {
selectWithItem(1)
// 模拟手动点击,默认选择第二个,周边事件
// http://jira.zhidaohulian.com/browse/E84XAD-250
mRgTabSelect?.check(R.id.rbSurroundingEvent)
}
} catch (e: Exception) {
@@ -372,9 +374,7 @@ class V2XEventPanelFragment : MvpFragment<V2XEventPanelFragment, EventPanelPrese
1 -> {
try {
if (mRbSurroundingEvent?.isChecked == true) {
if (DebugConfig.isMapBased()) {
mV2XSurroundingFragment?.ttsForVoiceCheckout()
}
mV2XSurroundingFragment?.ttsForVoiceCheckout()
} else {
mRbSurroundingEvent?.isChecked = true
mV2XSurroundingFragment?.fromVoice = true