Fix an incorrect display lock state 43/302743/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 13 Dec 2023 04:40:53 +0000 (13:40 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 13 Dec 2023 04:40:53 +0000 (13:40 +0900)
commit3933b9fab2a267ff94ea69a82cc06242feceacc5
treebd38bd4db27f0af23a8580c68400d132b6a1518c
parent11c86a7e0397c4ffbd81d3b1ef6458caf7721a9f
Fix an incorrect display lock state

When calling Unlock within the timer callback, the timer value was not
initialized to 0. This causes the following issue where the lock remains locked
after being unlocked.
If there is no app using the boot sequence, display lock is not called.

Change-Id: Ia53e4aa5fd5e69f507285895ebd647e732328ee3
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/lib/boot_sequencer/boot_sequencer.cc
src/lib/common/display_state_manager.cc