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

Commit 55e586d8 authored by Aurimas Liutikas's avatar Aurimas Liutikas Committed by Gerrit Code Review
Browse files

Merge "EasterEgg: Remove unnecessary safe call on a non-null"

parents 65e73f09 d04a4a2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ class BrushPropertyDrawable : Drawable {
    }

    override fun draw(c: Canvas) {
        c?.let {
        c.let {
            val w = bounds.width().toFloat()
            val h = bounds.height().toFloat()
            val inset = _size / 12 // 2dp in a 24x24 icon