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

Commit d04a4a2b authored by Luca Stefani's avatar Luca Stefani
Browse files

EasterEgg: Remove unnecessary safe call on a non-null

Change-Id: I352c235ca68ba46d026ca92ba5ce88d0d0b564ae
parent 65e73f09
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