refactor: use isVisible instead visibility #113
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "septs:is-visible"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
References
21e698520e
to591d331c3a
refactor: use isVisible replace visibilityto refactor: use isVisible instead visibility591d331c3a
to4fb2b80ff9
isVisible is NOT the same as View visibility because visibility can be either
VISIBLE
,INVISIBLE
, orGONE
, which all behave very differently. I prefer to useView.GONE
explicitly.Pull request closed