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

Commit d1566f45 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Revert "Fix issue 1842"

This reverts commit 3ba9fbaa
parent 73c0dd89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -406,7 +406,7 @@ public class DrawerAdapter extends BaseAdapter {
        textView.setTextAppearance(mActivity, activated
                ? TYPEFACE_STYLE_ACTIVATE : TYPEFACE_STYLE_INACTIVE);
        if (activated) {
                    imageView.setColorFilter(ACCENT_COLOR,
                    imageView.setColorFilter(mActivity.getResources().getColor(ACCENT_COLOR),
                            PorterDuff.Mode.SRC_ATOP);
            textView.setTextColor(ACCENT_COLOR);
        } else {