Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions iRate/iRate.m
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ - (void)applicationLaunched
}

[self incrementUseCount];
[self checkForConnectivityInBackground];
if (self.promptAtLaunch && [self shouldPromptForRating])
{
[self promptIfNetworkAvailable];
Expand All @@ -896,7 +895,6 @@ - (void)applicationWillEnterForeground
if ([UIApplication sharedApplication].applicationState == UIApplicationStateBackground)
{
[self incrementUseCount];
[self checkForConnectivityInBackground];
if (self.promptAtLaunch && [self shouldPromptForRating])
{
[self promptIfNetworkAvailable];
Expand Down