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

Commit 9791dca4 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Remove the call

parent 95d966e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@ public abstract class DrawerController implements DrawerListener {
        contextThemeWrapper.getTheme().resolveAttribute(android.R.attr.colorAccent,
                typedValue, true);
        int color = typedValue.data;
        typedValue.recycle();

        Log.e("TAG", "accent Colour  #"+Integer.toHexString(color));
        //toolbar change color to accent color
        return color;