Skip to content

Commit

Permalink
Merge branch 'hotfix/issue_304' into release/4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Fischer committed Sep 19, 2015
2 parents 386e9f3 + e22172a commit 0ff697a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SmartDeviceLink-iOS/SmartDeviceLink/SDLIAPTransport.m
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ - (void)createIAPControlSessionWithAccessory:(EAAccessory *)accessory {
self.protocolIndexTimer = [[SDLTimer alloc] initWithDuration:protocolIndexTimeoutSeconds repeat:NO];
} else {
[self.protocolIndexTimer cancel];
[self.protocolIndexTimer start];
}

__weak typeof(self) weakSelf = self;
Expand Down

0 comments on commit 0ff697a

Please sign in to comment.