diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js index fcc079d03..3844a0018 100644 --- a/js/ui/screenShield.js +++ b/js/ui/screenShield.js @@ -20,7 +20,7 @@ const LOCK_ENABLED_KEY = 'lock-enabled'; const CURTAIN_SLIDE_TIME = 1.2; // fraction of screen height the arrow must reach before completing // the slide up automatically -const ARROW_DRAG_TRESHOLD = 0.4; +const ARROW_DRAG_TRESHOLD = 0.1; const SUMMARY_ICON_SIZE = 48;