Skip to content

Commit

Permalink
Fix notification name.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesmchen-signal committed Apr 4, 2019
1 parent d41f6b4 commit 325b376
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 325b376

Please sign in to comment.