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

Commit 5c848cdc 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 am: fd6bb589

am: cebf4d92

Change-Id: I88daff6cebdff023df5e2c8807763d449e75e044
parents a4c2a68f cebf4d92
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