mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-09 08:38:43 +01:00
Code quality
This commit is contained in:
parent
6f5b3371fe
commit
e619217687
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user