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

Commit 7ef01301 authored by narinder Rana's avatar narinder Rana
Browse files

update text cursor color :bug fixed

parent 47b9810c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ public abstract class DrawerController implements DrawerListener {
        @Override
        void setTitle(String title) {
            mToolbar.setTitle(title);
            mToolbar.setTitleTextColor(activity.getResources().getColor(R.color.color_default_foreground));
            mToolbar.setTitleTextColor(mActivity.getResources().getColor(R.color.color_default_foreground));
        }

        @Override