Fixes lint error
This commit is contained in:
parent
6c2363471d
commit
afbb76f341
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user