Kindle: Fix missing Amazon UI screensaver after exiting KOreader (#11794)

reviewable/pr11798/r2
Predrag Đokić 3 weeks ago committed by GitHub
parent 12c3c190b0
commit eb6e5e3c20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1454,6 +1454,9 @@ function KindleTouch:exit()
end
if self.framework_lipc_handle then
-- Fixes missing *stock Amazon UI* screensavers on exiting out of "no framework" started KOReader
-- module was unloaded in frameworkStopped() function but wasn't (re)loaded on KOReader exit
self.framework_lipc_handle:set_string_property("com.lab126.blanket", "load", "screensaver")
self.framework_lipc_handle:close()
end

Loading…
Cancel
Save