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

Commit de1bf1e3 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Fix HighlightingFragment"

parents 7e315ee5 bbfaa11c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ public class HighlightingFragment extends Fragment {
    }

    private Drawable getHighlightDrawable() {
        return getResources().getDrawable(R.drawable.preference_highlight);
        return getActivity().getDrawable(R.drawable.preference_highlight);
    }

    private void highlightView(String key) {