I've a view that gets conditionally added to parent.
I check if its already added to parent or not, unfortunately, it always return its visible.
if (findViewById(R.id.bottom_bar).getVisibility == View.Visible)
if (findViewById(R.id.bottom_bar).isShown())
both return true
even when view was never added ans is not visible.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…