Skip to content

Commit

Permalink
Fix nearest first filter (#194)
Browse files Browse the repository at this point in the history
* Fix nearest first filter

* Linting
  • Loading branch information
connorreinhold authored Dec 12, 2019
1 parent 5b8d7d8 commit 6b63e8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container,
mPillHolder = rootView.findViewById(R.id.pill_holder);

mListPresenter = new MainListPresenter();
if(getContext() != null) {
if (getContext() != null) {
mListPresenter.initializeLocationListener(getContext());
}
mAreaButtonsPressed = new HashSet<>();
Expand Down

0 comments on commit 6b63e8f

Please sign in to comment.