Skip to content

Commit

Permalink
data: fix setting brightness at startup
Browse files Browse the repository at this point in the history
Change-Id: Ibc4c4cc209c5f5f1a332fddcb450f983dc1a666a
  • Loading branch information
that1 committed Jan 28, 2016
1 parent e95c486 commit 7a36a8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data.cpp
Expand Up @@ -1114,9 +1114,7 @@ void DataManager::ReadSettingsFile(void)
#endif // ifdef TW_OEM_BUILD
PartitionManager.Mount_All_Storage();
update_tz_environment_variables();
#ifdef TW_MAX_BRIGHTNESS
TWFunc::Set_Brightness(GetStrValue("tw_brightness"));
#endif
}

string DataManager::GetCurrentStoragePath(void)
Expand Down

0 comments on commit 7a36a8c

Please sign in to comment.