Upon check if I'm in list mode or detail mode, detail mode always returns true if this list mode.
if (getManager().isDetailMode()) { } else if (getManager().isListMode()) { }
Log in to post a comment.