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

Unverified Commit aeeafd6f authored by Michael Bestas's avatar Michael Bestas
Browse files

Recorder: colorAccent -> colorSecondary

Change-Id: I0ceedd1529d00e4999a8787209fb1a1df9ac29ce
parent ba7e033d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ class WaveFormView @JvmOverloads constructor(
        )

        wavesColor = MaterialColors.getColor(
            this, com.google.android.material.R.attr.colorAccent
            this, com.google.android.material.R.attr.colorSecondary
        )

        paint = Paint()