Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d4bed1e authored by Daniel Lehmann's avatar Daniel Lehmann Committed by Android (Google) Code Review
Browse files

Merge "Guarded the getActivity() call" into jb-mr1-dev

parents b131bf00 15102c11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ public class ContactLoaderFragment extends Fragment implements FragmentKeyListen
                }
            }
            // Make sure the options menu is setup correctly with the loaded data.
            getActivity().invalidateOptionsMenu();
            if (getActivity() != null) getActivity().invalidateOptionsMenu();
        }

        @Override