fix bugs of ode app
[platform/core/security/ode.git] / tools / apps / ode / src / internal-encrypt / check.c
index 0315f9f..ce15271 100755 (executable)
@@ -203,6 +203,7 @@ void ode_check_encrypt_device_create_view(appdata_s *ad)
        elm_object_part_content_set(encryption_check_layout, "charge_text", check_msg);
 
        elm_object_part_content_set(base_layout, "content_layout", encryption_check_layout);
+       update_internal_encrypt_next_button_status(ad);
 
        /* set bottom button */
        item = elm_naviframe_item_push(navi_bar, __("IDS_ST_HEADER_ENCRYPT_DEVICE"), NULL, NULL, base_layout, NULL);