Skip to content

Run UI actions only when the activity is added to the fragment.

Torsten Grote requested to merge run-unless-activity-not-added into master

This is different from the previous behavior where we only check if it is not detached.

Checking for isAdded() seems to include a check if the fragment currently has an activity associated.

Might fix #1336 (closed)

Merge request reports