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

Commit c074308b authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Put the affordance launch animation back on the renderthread am: 4ae263c8 am: 4677240e

am: 6788566c

Change-Id: Icbc0834a5a2288250bce11f6ad9d890a83819926
parents 7363e180 6788566c
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);