From afbb76f34185609b509ab59c90cd0428e051e5c5 Mon Sep 17 00:00:00 2001 From: ericdecanini Date: Wed, 7 Sep 2022 08:36:52 +0200 Subject: [PATCH] Fixes lint error --- vector/src/main/java/im/vector/app/features/VectorFeatures.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vector/src/main/java/im/vector/app/features/VectorFeatures.kt b/vector/src/main/java/im/vector/app/features/VectorFeatures.kt index e021d608cb..dbdb0ba1c7 100644 --- a/vector/src/main/java/im/vector/app/features/VectorFeatures.kt +++ b/vector/src/main/java/im/vector/app/features/VectorFeatures.kt @@ -36,9 +36,9 @@ interface VectorFeatures { fun shouldStartDmOnFirstMessage(): Boolean /** - * This is only to enable if the labs flag should be visible and effective + * This is only to enable if the labs flag should be visible and effective. * If on the client-side you want functionality that should be enabled with the new layout, - * use [VectorPreferences.isNewAppLayoutEnabled] instead + * use [VectorPreferences.isNewAppLayoutEnabled] instead. */ fun isNewAppLayoutFeatureEnabled(): Boolean fun isNewDeviceManagementEnabled(): Boolean