mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-18 07:11:58 +03:00
restore onSessionStarted method call
This commit is contained in:
parent
021babc9b1
commit
6649297ea0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class ConfigureAndStartSessionUseCase @Inject constructor(
|
||||||
updateMatrixClientInfoIfNeeded(session)
|
updateMatrixClientInfoIfNeeded(session)
|
||||||
createNotificationSettingsAccountDataIfNeeded(session)
|
createNotificationSettingsAccountDataIfNeeded(session)
|
||||||
notificationsSettingUpdater.onSessionStarted(session)
|
notificationsSettingUpdater.onSessionStarted(session)
|
||||||
// pushRulesUpdater.onSessionStarted(session)
|
pushRulesUpdater.onSessionStarted(session)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun updateMatrixClientInfoIfNeeded(session: Session) {
|
private fun updateMatrixClientInfoIfNeeded(session: Session) {
|
||||||
|
|
Loading…
Reference in a new issue