Fix build break.

This commit is contained in:
Matthew Chen 2018-11-13 10:24:49 -05:00
parent be784d14d6
commit 0e749d5521
1 changed files with 1 additions and 3 deletions

View File

@ -15,9 +15,7 @@ public class OWSProximityMonitoringManagerImpl: NSObject, OWSProximityMonitoring
public override init() {
super.init()
// TODO: change to `runNowOrWhenAppWillBecomeReady` when
// reverse integrating
AppReadiness.runNowOrWhenAppIsReady {
AppReadiness.runNowOrWhenAppWillBecomeReady {
self.setup()
}
}