Loading
avoid leaking data to MessagingController via MessageLoaderHelper after detach
null handling is already present: no ui methods should ever be called after onDestroy or onDetachChangingConfigurations, and pending result callbacks are handled by a null-check for the callback field.