end
if self._hide_timer and self._hide_timer.started then
+ self._hide_timer.timeout = delay
self._hide_timer:again()
else
self._hide_timer = timer(
function widget:popup_oneshot(timeout)
if self._notification then
- self:popup_update()
- self:popup_hide(5)
+ self:popup_hide()
+ self:popup_show()
else
self:popup_show()
- self:popup_hide(5)
end
+ self:popup_hide(5)
end
function widget:error_handler(err)