Fix issue with deletion of contacts with "=".
Fix issue for deletion of contacts with "=" in name, as it would return 3 strings instead of 2 as expected. Use overloaded split method to return 2 strings instead to resolve the issue. Change-Id: Ia233ed535199c64dc2252aba8470e59aeb5694f7 CRs-Fixed: 753103
Loading
Please register or sign in to comment