Commit ef2c8a96 by Demid Merzlyakov

Fix blank screen issue.

parent 5d9ef07d
......@@ -98,6 +98,7 @@ class TodayViewModel: ViewModelProtocol {
self.initializeAllAdsIfNeeded()
PushNotificationsManager.shared.registerForRemoteNotifications()
analytics(log: .ANALYTICS_VIEW_TODAY)
delegate?.viewModelDidChange(model: self)
}
//MARK: Public
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment