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

Commit cebf4d92 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

Change-Id: I427a0ad49489fa889fb2afbb58b2f32330da020e
parents f62794fa fd6bb589
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