Fixes lint error

This commit is contained in:
ericdecanini 2022-09-07 08:36:52 +02:00
parent 6c2363471d
commit afbb76f341

View File

@ -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