Prevent duplicated function call 23/212523/2
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 22 Aug 2019 09:45:53 +0000 (18:45 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 22 Aug 2019 10:02:38 +0000 (19:02 +0900)
commitaa40b5c9434ed8e5a2888903ad1e0a71f438e7ea
tree64faec203caf022b27b1c0b5b0111f805b6fda99
parent4210e2e53b76c0c5dd2d271b753ec0bd73aee139
Prevent duplicated function call

Event if the current event data is equal to the previous event data,
the changed callback function is called.
This patch checks whether the previous event data is equal to the
current event data or not.

Change-Id: I6b8333f3fafbe741f57891377495a2a9dba93556
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/base/appcore_base.c