commit
9873358f68a7dd942fbc5fe64ae8da2b4d980331
Author: Hermet Park <hermet@hermet.pe.kr>
Date: Fri Jul 8 21:16:16 2016 +0900
edje: fix the map state issue.
While the part state switching, map won't gonna be disabled again,
due to the incorrect state checking.
If there param1 indicates the current state with map off.
then it should disable the map obviously.
But It assumed the param1 is the previous state, not the current!,
so the map didn't go disabled state.
It was intended to avoid the duplicated map state setting.
So to keeping the intention, now it disable the map, only if
the map is actually enabled.
So both are fine.
@fix
Change-Id: I1e5de2beaa33c9959f9889b03ef97e6509511007