[UX] Notification are displayed too short (#3962)

Changed from 1 second to 2.

I also fixed the problem with blocking the UI when displaying the message. Now notification box is closed after taping anywhere (like InfoMessage).
This commit is contained in:
Robert
2018-05-19 14:01:20 +02:00
committed by Frans de Jonge
parent 693bb84084
commit 136a72f316
4 changed files with 33 additions and 9 deletions

View File

@@ -418,7 +418,7 @@ function ReaderLink:onSwipe(arg, ges)
-- so the user knows why
UIManager:show(Notification:new{
text = _("Location history is empty"),
timeout = 1.0,
timeout = 2,
})
return true
end