New poll delay property id

This commit is contained in:
Joseph Abbey
2024-08-28 08:52:41 +01:00
committed by GitHub
parent b476da6667
commit 47a8a6e4e6
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ class Settings {
mClearCache = Properties.getValue("clear_cache");
mVibrate = Properties.getValue("enable_vibration");
mAppTimeout = Properties.getValue("app_timeout");
mPollDelay = Properties.getValue("poll_delay");
mPollDelay = Properties.getValue("poll_delay_combined");
mConfirmTimeout = Properties.getValue("confirm_timeout");
mMenuAlignment = Properties.getValue("menu_alignment");
mIsSensorsLevelEnabled = Properties.getValue("enable_battery_level");