[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

@@ -75,7 +75,7 @@ function ReaderFrontLight:onShowIntensity()
end
UIManager:show(Notification:new{
text = new_text,
timeout = 1.0,
timeout = 2,
})
return true
end