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

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

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

[OREO] Fix issue 1842

See merge request !25
parents 00921aaa 3ba9fbaa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ public class DrawerAdapter extends BaseAdapter {
                ? TYPEFACE_STYLE_ACTIVATE : TYPEFACE_STYLE_INACTIVE);

        if (activated) {
                    imageView.setColorFilter(mActivity.getResources().getColor(ACCENT_COLOR),
                    imageView.setColorFilter(ACCENT_COLOR,
                            PorterDuff.Mode.SRC_ATOP);
            textView.setTextColor(ACCENT_COLOR);
        } else {