Skip to content

Commit

Permalink
adding missing fullstop and removing unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Jun 1, 2022
1 parent 0f3b2fb commit e2abbc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private fun Versions.doesServerSeparatesAddAndBind(): Boolean {
}

/**
* Indicate if the server supports MSC2457 `logout_devices` parameter when setting a new password
* Indicate if the server supports MSC2457 `logout_devices` parameter when setting a new password.
*
* @return true if logout_devices is supported
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ import kotlinx.coroutines.launch
import kotlinx.coroutines.withContext
import org.matrix.android.sdk.api.failure.isInvalidPassword
import org.matrix.android.sdk.api.session.getUser
import org.matrix.android.sdk.api.session.homeserver.HomeServerCapabilities
import org.matrix.android.sdk.api.session.integrationmanager.IntegrationManagerConfig
import org.matrix.android.sdk.api.session.integrationmanager.IntegrationManagerService
import org.matrix.android.sdk.flow.flow
Expand Down

0 comments on commit e2abbc9

Please sign in to comment.