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

Commit d2c852f0 authored by Aurimas Liutikas's avatar Aurimas Liutikas Committed by android-build-merger
Browse files

Merge "EasterEgg: Remove unnecessary safe call on a non-null" am: 55e586d8...

Merge "EasterEgg: Remove unnecessary safe call on a non-null" am: 55e586d8 am: fd6bb589 am: cebf4d92
am: 5c848cdc

Change-Id: Ide9e198de41eb1eb2bf2731effdea86e5d5a0da2
parents 097fd9b9 5c848cdc
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