Set InitialDeviceName to "ElementX Android"
This commit is contained in:
parent
fa021fb438
commit
5daa19cc6f
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class Matrix(
|
|||
suspend fun login(username: String, password: String): MatrixClient =
|
||||
withContext(coroutineDispatchers.io) {
|
||||
val client = try {
|
||||
authService.login(username, password, "ElementX", null)
|
||||
authService.login(username, password, "ElementX Android", null)
|
||||
} catch (failure: Throwable) {
|
||||
Timber.e(failure, "Fail login")
|
||||
throw failure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue