remove On Visibility Changed Listener
Remove on visibility changed listener from every instantiated view. Upon calling this method the listener
will no longer be notified of any changes. If the listener has not been added, this method will be a no-op. Adding null
is not allowed,and will result in an exception.
Parameters
listener
OnVisibilityChangedListener that should be removed from all views. Must be non-null.