Skip to content

Commit

Permalink
Fixes #185
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKuck committed Dec 15, 2016
1 parent e7c195d commit 44ed198
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ final void activityResumed(@NonNull Activity activity) {
attach(view);
} else if (attached) {
needsAttach = false;
hasSavedViewState = false;
}

onActivityResumed(activity);
Expand Down

0 comments on commit 44ed198

Please sign in to comment.