mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Fixes lint error
This commit is contained in:
parent
6c2363471d
commit
afbb76f341
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue