File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/auth/version
vector/src/main/java/im/vector/app/features/settings Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ private fun Versions.doesServerSeparatesAddAndBind(): Boolean {
112
112
}
113
113
114
114
/* *
115
- * Indicate if the server supports MSC2457 `logout_devices` parameter when setting a new password
115
+ * Indicate if the server supports MSC2457 `logout_devices` parameter when setting a new password.
116
116
*
117
117
* @return true if logout_devices is supported
118
118
*/
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ import kotlinx.coroutines.launch
66
66
import kotlinx.coroutines.withContext
67
67
import org.matrix.android.sdk.api.failure.isInvalidPassword
68
68
import org.matrix.android.sdk.api.session.getUser
69
- import org.matrix.android.sdk.api.session.homeserver.HomeServerCapabilities
70
69
import org.matrix.android.sdk.api.session.integrationmanager.IntegrationManagerConfig
71
70
import org.matrix.android.sdk.api.session.integrationmanager.IntegrationManagerService
72
71
import org.matrix.android.sdk.flow.flow
You can’t perform that action at this time.
0 commit comments