Wikipedia lookup results: fix page turning when image loading (#5560)

Tapping to turn page while some image is loading was
interrupting the image loading, but not turning the page,
since a82d7832 where using trap_widget=false is to be
used to not resend the event (while =nil does resend it).
pull/5564/head
poire-z 5 years ago committed by GitHub
parent 6baa2af5fb
commit 4462380048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -421,7 +421,7 @@ local function image_load_bb_func(image, highres)
-- We use an invisible widget that will resend the dismiss event,
-- so that image loading in TextBoxWdiget is unobtrusive and
-- interruptible
trap_widget = false
trap_widget = nil
source = image.source
else
-- We need to let the user know image loading is happening,

Loading…
Cancel
Save