From db11e9de8dab9d07ff4468d08884c8b665dc1223 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Tue, 28 Jan 2014 15:18:13 +0100 Subject: [PATCH] Probable fix for (null) string displayed in address field sometimes at cold app boot. --- Classes/DialerViewController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Classes/DialerViewController.m b/Classes/DialerViewController.m index 43dd35d55..791696d75 100644 --- a/Classes/DialerViewController.m +++ b/Classes/DialerViewController.m @@ -154,6 +154,8 @@ static UICompositeViewDescription *compositeDescription = nil; } } + [addressField setText:@""]; + #if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_6_0 // attributed string only available since iOS6 if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7) { // fix placeholder bar color in iOS7