Fixes lint error

This commit is contained in:
ericdecanini 2022-09-06 13:31:57 +02:00
parent fbe5918f30
commit a851b0aa96
1 changed files with 1 additions and 1 deletions

View File

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