Use ui_app_exit() instead of elm_exit() 42/250242/1 accepted/tizen_6.5_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen_6.5 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.5/unified/20211028.100623 accepted/tizen/7.0/unified/20221110.062842 accepted/tizen/7.0/unified/hotfix/20221116.105211 accepted/tizen/8.0/unified/20231005.093231 accepted/tizen/unified/20210107.123348 submit/tizen/20210107.033643 submit/tizen_6.5/20211028.162201 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 22 Dec 2020 08:46:01 +0000 (17:46 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 22 Dec 2020 08:46:06 +0000 (17:46 +0900)
commita0fd7d8e8ac997780dd50d9c8b777cbe3c2b4053
treed2a46a28fda37599d28525f37140b84a7e7a447d
parent142fb57749ad71b9a2742d27a9b5707e92752c4d
Use ui_app_exit() instead of elm_exit()

elm_exit() doesn't stop the main loop instantly.
So, ecore callbacks can be called even after elm_exit().

Change-Id: I98f3f5025da7179102a76174dbba2cc042e69452
src/net-popup.c