pdegand
04/17/2018, 9:15 AMviewModel.bankViewModel?.let {
beneficiaryBankBicTextview.text = it.bic
...
} ?: run { bankInfoContainer.visibility = View.GONE }
Some could find the usage of the elvis operator outside of an affectation quite confusing. WDYT ?