mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-20 21:40:56 +01:00
Another default value fix
This commit is contained in:
parent
c6e7185f8b
commit
81f2197199
@ -135,7 +135,7 @@ interface AuthenticationService {
|
||||
suspend fun loginUsingQrLoginToken(
|
||||
homeServerConnectionConfig: HomeServerConnectionConfig,
|
||||
loginToken: String,
|
||||
initialDeviceName: String?,
|
||||
initialDeviceName: String? = null,
|
||||
deviceId: String? = null
|
||||
): Session
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user