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

Unverified Commit b1b890a0 authored by Michael Bestas's avatar Michael Bestas
Browse files

fixup! udfps: Restore illumination dot for global hbm

Change-Id: I30b67b5bcb5b549dca502fbb3c8501c367e15477
parent 75e7f916
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -177,7 +177,7 @@ class UdfpsView(


        mUdfpsDisplayMode?.enable {
        mUdfpsDisplayMode?.enable {
            onDisplayConfigured?.run()
            onDisplayConfigured?.run()
            ghbmView?.drawIlluminationDot(sensorRect)
            ghbmView?.drawIlluminationDot(RectF(sensorRect))
        }
        }
    }
    }