val isActive: Boolean
Overrides BaseView.isActive
Return the state of the fragment, this method should be use to know if an UI update could be performed. Call this method before every intention of UI update
Return
true
if the fragment is active, false
otherwise