Skip to content

Commit

Permalink
[hybrisadaptor] Do not activate sensors during initialization. Contri…
Browse files Browse the repository at this point in the history
…butes to JB#47166
  • Loading branch information
mlehtima authored and mkosola committed Oct 23, 2019
1 parent 1951366 commit 6767e82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/hybrisadaptor.cpp
Expand Up @@ -354,8 +354,6 @@ void HybrisManager::initManager()
m_sensorState[i].m_maxDelay = maxDelay;

setDelay(m_sensorArray[i].handle, delay, true);
setActive(m_sensorArray[i].handle, true);
setDelay(m_sensorArray[i].handle, delay, false);

sensordLogD("delay = %d [%d, %d]",
m_sensorState[i].m_delay,
Expand Down

0 comments on commit 6767e82

Please sign in to comment.