SyntaxFix
Write A Post
Hire A Developer
Questions
Kotlin Style way to do this more simple (example):
isVisible = false
Complete example:
if (some_data_array.details == null){ holder.view.some_data_array.isVisible = false}