Skip to content

Commit fd2a4ef

Browse files
committed
Do not calll of updateUI in netServiceBrowserWillSearch
updateUI will not do anything if discoveryIsSearching = YES.
1 parent 08c345a commit fd2a4ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

XBMC Remote/HostViewController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ - (BOOL)textField:(UITextField*)textField shouldChangeCharactersInRange:(NSRange
200200

201201
- (void)netServiceBrowserWillSearch:(NSNetServiceBrowser*)browser {
202202
discoveryIsSearching = YES;
203-
[self updateUI];
204203
}
205204

206205
- (void)netServiceBrowserDidStopSearch:(NSNetServiceBrowser*)browser {

0 commit comments

Comments
 (0)