Skip to content

Commit

Permalink
Fix navigation not being created.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Jan 7, 2018
1 parent 2156a64 commit 2c7e140
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ public final PreferenceGroupAdapter createAdapter(@NonNull final Context context
public final void onActivityCreated(final Bundle savedInstanceState) {
super.onActivityCreated(savedInstanceState);

if (isAdapterCreated()) {
if (!isAdapterCreated()) {
notifyOnNavigationFragmentCreated();
}
}
Expand Down

0 comments on commit 2c7e140

Please sign in to comment.