mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Fixes lint error
This commit is contained in:
parent
fbe5918f30
commit
a851b0aa96
1 changed files with 1 additions and 1 deletions
|
@ -1148,7 +1148,7 @@ class VectorPreferences @Inject constructor(
|
|||
}
|
||||
|
||||
/**
|
||||
* Indicates whether or not new app layout is enabled
|
||||
* Indicates whether or not new app layout is enabled.
|
||||
*/
|
||||
fun isNewAppLayoutEnabled(): Boolean {
|
||||
return defaultPrefs.getBoolean(SETTINGS_LABS_NEW_APP_LAYOUT_KEY, getDefault(R.bool.settings_labs_new_app_layout_default))
|
||||
|
|
Loading…
Add table
Reference in a new issue