Skip to content

Commit

Permalink
修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyiqian committed Dec 15, 2021
1 parent ea0b7a3 commit f82d8ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ class Sample2Activity : AppCompatActivity() {

this.kChartType = kChartType
kChartConfig.kChartType = this.kChartType
// 成交量图根据K线图类型决定是空心还是实现
// 成交量图根据K线图类型决定是空心还是实心
volumeChartConfig.volumeChartType = if(this.kChartType is KChartConfig.KChartType.HOLLOW) VolumeChartConfig.VolumeChartType.HOLLOW() else VolumeChartConfig.VolumeChartType.CANDLE()
stock_chart.notifyChanged()
refreshOptionButtonsState()
Expand Down

0 comments on commit f82d8ad

Please sign in to comment.