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
Crashlytics shows 31 crashes here, where getPostHtml() first calls getResources().
Problem occurs when getPostHtml() is called before the activity is attached to the fragment, resulting in IllegalStateException trying to access the resources.
Crashlytics shows 31 crashes here, where
getPostHtml()first callsgetResources().Problem occurs when
getPostHtml()is called before the activity is attached to the fragment, resulting inIllegalStateExceptiontrying to access the resources.