Add removed code to get app id and view id again 93/270693/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 8 Feb 2022 11:17:43 +0000 (20:17 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 8 Feb 2022 11:17:49 +0000 (20:17 +0900)
Change-Id: I9fa823b4063e43ecbab83ab23b9fed388205add4
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/autofill-daemon.c

index fae3edf..8806be5 100644 (file)
@@ -599,6 +599,9 @@ static void __fill_response_recv_cb(void *user_data, int context_id, rpc_port_pr
     rpc_port_stub_list_autofill_response_group_h res_groups = NULL;
     rpc_port_stub_autofill_fill_response_h fill_response_h = NULL;
 
+    rpc_port_proxy_autofill_svc_fill_response_get_app_id(response_h, &app_id);
+    rpc_port_proxy_autofill_svc_fill_response_get_view_id(response_h, &view_id);
+
     if (rpc_port_proxy_autofill_svc_fill_response_get_response_groups(response_h, &response_groups) != RPC_PORT_ERROR_NONE)
         goto end;