Decrease hide timer delay 15/322815/1
authorInhong Han <inhong1.han@samsung.com>
Wed, 16 Apr 2025 02:52:54 +0000 (11:52 +0900)
committerInHong Han <inhong1.han@samsung.com>
Wed, 16 Apr 2025 06:03:30 +0000 (06:03 +0000)
Change-Id: Id2d1c6702e662a3e5d653b41abe3d6c0d1c46400

src/e_mod_main.c

index 3cfcd0f935b2f800f5a47c46117520abaffa5936..bcf91d69ca075429648e0c086b9294f5b47eb684 100644 (file)
@@ -161,7 +161,7 @@ static Eina_Bool g_show_state_candidate = EINA_FALSE;
 
 static Eina_List *hooks_ec = NULL;
 
-const int WILL_HIDE_TIMER_INTERVAL = 1.0f;
+const int WILL_HIDE_TIMER_INTERVAL = 0.3f;
 
 #undef E_CLIENT_HOOK_APPEND
 #define E_CLIENT_HOOK_APPEND(l, t, cb, d) \