Refresh Kindle with SO on exit (#3168)

pull/3169/head
Robert 7 years ago committed by Frans de Jonge
parent 177485f84f
commit dbaea8c1c8

@ -528,6 +528,7 @@ function KindleBasic2:init()
end end
function KindleTouch:exit() function KindleTouch:exit()
Generic.exit(self)
if isSpecialOffers() then if isSpecialOffers() then
-- fake a touch event -- fake a touch event
if self.touch_dev then if self.touch_dev then
@ -538,7 +539,6 @@ function KindleTouch:exit()
) )
end end
end end
Generic.exit(self)
end end
KindlePaperWhite.exit = KindleTouch.exit KindlePaperWhite.exit = KindleTouch.exit
KindlePaperWhite2.exit = KindleTouch.exit KindlePaperWhite2.exit = KindleTouch.exit

Loading…
Cancel
Save