Skip to content

Commit fa6ab6b

Browse files
committed
Do not remove app id when app update event occurs
1 parent 4bc5aca commit fa6ab6b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: src/ios_webkit_debug_proxy.c

-5
Original file line numberDiff line numberDiff line change
@@ -1420,11 +1420,6 @@ rpc_status iwdp_on_applicationSentData(rpc_t rpc,
14201420

14211421
rpc_status iwdp_on_applicationUpdated(rpc_t rpc,
14221422
const char *app_id, const char *dest_id) {
1423-
rpc_status result = iwdp_remove_app_id(rpc, app_id);
1424-
if (result) {
1425-
// Error removing app_id
1426-
return result;
1427-
}
14281423
return iwdp_add_app_id(rpc, dest_id);
14291424
}
14301425

0 commit comments

Comments
 (0)