Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a36a8c3 authored by that's avatar that
Browse files

data: fix setting brightness at startup

Change-Id: Ibc4c4cc209c5f5f1a332fddcb450f983dc1a666a
parent e95c4868
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)