Merge pull request #215 from houqp/houqp-master

check frontlight before setting intensity
This commit is contained in:
Huang Xin
2013-08-14 03:54:43 -07:00
2 changed files with 11 additions and 11 deletions

View File

@@ -156,7 +156,7 @@ local last_file = G_reader_settings:readSetting("lastfile")
do
local fl = Device:getFrontlight()
if fl.restore_settings then
if fl and fl.restore_settings then
local intensity = G_reader_settings:readSetting("frontlight_intensity")
intensity = intensity or fl.intensity
fl:setIntensity(intensity)