e_client_video: reset video's visibility after calling unfollowing topmost visibility 49/219649/1 accepted/tizen/unified/20191209.144042 submit/tizen/20191209.065546
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 5 Dec 2019 09:46:37 +0000 (18:46 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 9 Dec 2019 04:45:52 +0000 (13:45 +0900)
Change-Id: I3f8905011f757dbc8f6d1f878cdc80cb9b827a02

src/bin/video/e_client_video.c

index 8af67179c1816b8a59f96330bf6b112e2fdcc301..11adb20500792768c03e97ecf0aac7e90ca563f9 100644 (file)
@@ -390,6 +390,9 @@ e_client_video_topmost_visibility_unfollow(E_Client *ec)
    EINA_SAFETY_ON_NULL_RETURN_VAL(ecv, EINA_FALSE);
 
    ecv->follow_topmost_visibility = EINA_FALSE;
+
+   /* reset ec's visibility to unknown */
+   _e_client_video_ec_visibility_set(ec, E_VISIBILITY_UNKNOWN);
    return EINA_TRUE;
 }