mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
Identity: fix rendering error
This commit is contained in:
parent
7a4d9370e3
commit
623056455b
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ class DiscoverySettingsController @Inject constructor(
|
|||
|
||||
if (pidInfo.isShared is Fail) {
|
||||
buildSharedFail(pidInfo)
|
||||
buildContinueCancel(pidInfo.threePid)
|
||||
} else if (pidInfo.isShared() == SharedState.BINDING_IN_PROGRESS) {
|
||||
when (pidInfo.finalRequest) {
|
||||
is Uninitialized,
|
||||
|
|
Loading…
Reference in a new issue