You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Field params in EventBusAdapter has a lazy initialization in the method params() so the method getParam(String paramName) must access the field through such method to avoid risks of NPE.