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

Commit 7f076b67 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'fix-1842-q' into 'v1-q'

[Q] Fix issue 1842

See merge request !24
parents 3b4995a7 99f467d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -400,7 +400,7 @@ public class DrawerAdapter extends BaseAdapter {
        textView.setTextAppearance(mActivity, activated
                ? TYPEFACE_STYLE_ACTIVATE : TYPEFACE_STYLE_INACTIVE);
        if (activated) {
            imageView.setColorFilter(mActivity.getResources().getColor(ACCENT_COLOR),
            imageView.setColorFilter(ACCENT_COLOR,
                    PorterDuff.Mode.SRC_ATOP);
        } else {
            imageView.clearColorFilter();