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

Commit 95d966e5 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Fix build issue

parent 1eafed51
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;
        a.recycle();
        typedValue.recycle();
        Log.e("TAG", "accent Colour  #"+Integer.toHexString(color));
        //toolbar change color to accent color
        return color;