mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 03:48:12 +03:00
Enable qr code login by default.
This commit is contained in:
parent
6c10a9bf2d
commit
8547fee562
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class DefaultVectorFeatures : VectorFeatures {
|
|||
override fun isLocationSharingEnabled() = Config.ENABLE_LOCATION_SHARING
|
||||
override fun forceUsageOfOpusEncoder(): Boolean = false
|
||||
override fun isNewAppLayoutFeatureEnabled(): Boolean = true
|
||||
override fun isQrCodeLoginEnabled(): Boolean = false
|
||||
override fun isQrCodeLoginEnabled(): Boolean = true
|
||||
override fun isQrCodeLoginForAllServers(): Boolean = false
|
||||
override fun isReciprocateQrCodeLogin(): Boolean = false
|
||||
override fun isVoiceBroadcastEnabled(): Boolean = false
|
||||
|
|
Loading…
Reference in a new issue