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

Commit 99f467d5 authored by Amit Kumar's avatar Amit Kumar 💻
Browse files

Fix issue 1842

parent 3b4995a7
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();