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