[ios] Address in PP is hidden

This commit is contained in:
Igor Khmurets 2014-06-18 13:48:34 +03:00 committed by Alex Zolotarev
parent df069962d7
commit 9cc9148e71

View file

@ -722,6 +722,8 @@ typedef NS_ENUM(NSUInteger, CellRow)
- (NSString *)address
{
return @""; // because we don't use address
if (!_address)
{
std::string const & address = [self addressInfo].FormatAddress();