TopCharts: Do not overwrite entire map
This commit is contained in:
@@ -91,7 +91,7 @@ class TopChartViewModel @Inject constructor(
|
|||||||
clusterAppList = streamCluster.clusterAppList + newCluster.clusterAppList
|
clusterAppList = streamCluster.clusterAppList + newCluster.clusterAppList
|
||||||
)
|
)
|
||||||
|
|
||||||
stash[type] = mutableMapOf(chart to mergedCluster)
|
stash[type]?.set(chart, mergedCluster)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun targetCluster(
|
private fun targetCluster(
|
||||||
|
|||||||
Reference in New Issue
Block a user