Skip to content

Commit

Permalink
Merge pull request #511 from signalapp/charlesmchen/fixPoolNotificati…
Browse files Browse the repository at this point in the history
…onName

Fix notification name.
  • Loading branch information
groue authored Apr 5, 2019
2 parents d41f6b4 + 325b376 commit aeeb596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GRDB/Core/DatabasePool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ extension DatabasePool {
center.addObserver(
self,
selector: #selector(DatabasePool.applicationDidEnterBackground(_:)),
name: UIApplication.didReceiveMemoryWarningNotification,
name: UIApplication.didEnterBackgroundNotification,
object: nil)
}

Expand Down

0 comments on commit aeeb596

Please sign in to comment.