@@ -353,7 +353,7 @@ class ToHotViewModel @Inject constructor(
353353 state.copy(
354354 topic = state.topic.copy(
355355 selectTopicIdx = - 1 ,
356- currentTopic = selectTopic,
356+ currentTopic = selectTopic
357357 ),
358358 loading = ToHotLoading .None ,
359359 enableTimerIdx = 0
@@ -427,8 +427,8 @@ class ToHotViewModel @Inject constructor(
427427 dialogState = ToHotState .DialogState (
428428 reportMenuDialogShow = false ,
429429 reportDialogShow = false ,
430- blockDialogShow = false ,
431- ),
430+ blockDialogShow = false
431+ )
432432 )
433433 }
434434 }
@@ -650,7 +650,7 @@ class ToHotViewModel @Inject constructor(
650650 reduce {
651651 it.copy(
652652 cardVisibleState = it.cardVisibleState.copy(
653- cardMoveAllow = true ,
653+ cardMoveAllow = true
654654 ),
655655 dialogState = it.dialogState.copy(
656656 reportMenuDialogShow = false ,
@@ -667,7 +667,7 @@ class ToHotViewModel @Inject constructor(
667667 reduce {
668668 it.copy(
669669 cardVisibleState = it.cardVisibleState.copy(
670- cardMoveAllow = false ,
670+ cardMoveAllow = false
671671 ),
672672 dialogState = it.dialogState.copy(
673673 reportMenuDialogShow = true
@@ -731,7 +731,7 @@ class ToHotViewModel @Inject constructor(
731731 reduce {
732732 it.copy(
733733 cardVisibleState = it.cardVisibleState.copy(
734- fallingAnimationIdx = userIdx,
734+ fallingAnimationIdx = userIdx
735735 ),
736736 dialogState = it.dialogState.copy(
737737 reportMenuDialogShow = false ,
@@ -779,7 +779,7 @@ class ToHotViewModel @Inject constructor(
779779 reduce {
780780 it.copy(
781781 cardVisibleState = it.cardVisibleState.copy(
782- fallingAnimationIdx = idx,
782+ fallingAnimationIdx = idx
783783 ),
784784 dialogState = it.dialogState.copy(
785785 reportMenuDialogShow = false ,
0 commit comments