Skip to content

Commit ef67357

Browse files
authored
Update AppDelegate.swift
1 parent 8250b77 commit ef67357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TIP Swift Sample App/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, TIPImagePipelineObserver,
130130

131131
@objc func apiWorkFinished(_ api: TwitterAPI)
132132
{
133-
self.incrementNetworkOperations()
133+
self.decrementNetworkOperations()
134134
}
135135

136136
// MARK: Observer

0 commit comments

Comments
 (0)