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

Commit 4ae263c8 authored by Selim Cinek's avatar Selim Cinek
Browse files

Put the affordance launch animation back on the renderthread

Change-Id: I10f6b7062d9c6ca89e139ef6b67af30cb39adcb2
Fixes: 30484027
parent d393d5c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ public class KeyguardAffordanceView extends ImageView {

    @Override
    protected void onDraw(Canvas canvas) {
        mSupportHardware = false;//canvas.isHardwareAccelerated();
        mSupportHardware = canvas.isHardwareAccelerated();
        drawBackgroundCircle(canvas);
        canvas.save();
        canvas.scale(mImageScale, mImageScale, getWidth() / 2, getHeight() / 2);