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

Commit bbfaa11c authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix HighlightingFragment

- get themed highlight drawable

Similar fix as I945eca98e1d73fda3b290a6ababfd1fb41118d8f

Change-Id: Ieabee16433ec29044a7a26875c3325231a287c88
parent 676751eb
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) {