回到java我以前只寫return
爲一個無效的方法...但kotlin似乎不允許只是返回,而是它使用[email protected]
? 有人可以解釋這是什麼以及它如何增加價值?Kotlin setOnclickListener
bAddLine.setOnClickListener {
val selectedSeries = getSelectedSeries()
if (selectedSeries.isEmpty()) {
Toast.makeText(this, getString(R.string.toast_channel_mandatory), Toast.LENGTH_LONG).show()
[email protected]
}
}