fixup! screenShield: Blur background

This commit is contained in:
Georges Basile Stavracas Neto
2019-10-14 18:29:31 +02:00
parent e71c249ea5
commit be714f7401
2 changed files with 76 additions and 58 deletions

View File

@@ -28,7 +28,7 @@ const DISABLE_LOCK_KEY = 'disable-lock-screen';
const LOCKED_STATE_STR = 'screenShield.locked';
const BLUR_BRIGHTNESS = 0.55;
const BLUR_RADIUS = 70;
const BLUR_RADIUS = 200;
// fraction of screen height the arrow must reach before completing
// the slide up automatically