SEBWIN-368: Increased timeout for touch activation of action center.
This commit is contained in:
parent
bf7fdf3f5f
commit
316e2ae8b8
2 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ namespace SafeExamBrowser.UserInterface.Shared.Activators
|
|||
if (state == MouseButtonState.Pressed && inActivationArea)
|
||||
{
|
||||
isDown = true;
|
||||
Task.Delay(200).ContinueWith(_ => CheckPosition());
|
||||
Task.Delay(500).ContinueWith(_ => CheckPosition());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue