RSS

(root)/iphone/common : 59 : tappity/source/TappityClient.m

To get this branch, use:
bzr branch /browse/iphone/common

« back to all changes in this revision

Viewing changes to tappity/source/TappityClient.m

Dömötör Gulyás
2009-11-24 13:15:30
Revision ID: dognotdog@gmail.com-20091124121530-d9zsg32d0mmcmsq4
fixes bug in TappityClient that caused incoming data to be ignored when visual feedback was off

Show diffs side-by-side

added added

removed removed

291
291
 
292
292
- (void) dataReceived: (NSDictionary*) dataDict
293
293
{
294
 
        if (!enableFeedbackVideoDisplay)
295
 
                return;
296
294
 
297
295
        uint32_t messageId = [[dataDict objectForKey: SocketMessageIdKey] intValue];
298
296
        NSData* data = [dataDict objectForKey: SocketMessageDataKey];

Loggerhead 1.17 is a web-based interface for Bazaar branches