e_comp: remove checking visibility_calcualation value before calling e_focus_update 49/308549/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 18 Mar 2024 00:24:24 +0000 (09:24 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 27 Mar 2024 08:52:33 +0000 (17:52 +0900)
commit2a679b5ffd8f4bc97fd9d1c7facd0c21e04fbb62
treea279300d87ba863ac47305471c5cc41c1f79a170
parent1e3335d00a0c8e7e8a8a937d2e6f566866d5ce54
e_comp: remove checking visibility_calcualation value before calling e_focus_update

There was an unnecessary checking code for e_zone_visibility_calculate() before calling
e_focus_update() in e_comp_idler_before().
Because of this code, there was a bug that the e_focus_update() was unnecessarily called.

Change-Id: I4ed6d7da21e736bdb0acf37117ac7bb8b73ee4a6
src/bin/e_comp.c