Code quality

This commit is contained in:
Valere 2020-07-28 16:29:59 +02:00
parent 6f5b3371fe
commit e619217687
1 changed files with 5 additions and 5 deletions

View File

@ -125,11 +125,11 @@ class HomeActivityViewModel @AssistedInject constructor(
}
}
/*
* After migration from riot to element some users reported that their
* push setting for the session was set to off
* In order to mitigate this, we want to display a popup once to the user
* giving him the option to review this setting
/**
* After migration from riot to element some users reported that their
* push setting for the session was set to off
* In order to mitigate this, we want to display a popup once to the user
* giving him the option to review this setting
*/
private fun checkSessionPushIsOn() {
viewModelScope.launch(Dispatchers.IO) {