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

Commit 3ba9fbaa authored by Amit Kumar's avatar Amit Kumar
Browse files

Fix issue 1842

Change-Id: Icaedec1fe5dc55af15d2f1681cf2bfc1588f6a4a
parent 00921aaa
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 {