TF-4193 Fix all Nitpick comments from coderabbit
This commit is contained in:
@@ -7,8 +7,7 @@ class SettingCacheManager {
|
||||
|
||||
final SharedPreferences _sharedPreferences;
|
||||
|
||||
Future<bool> getLabelVisibility() async {
|
||||
await _sharedPreferences.reload();
|
||||
bool getLabelVisibility() {
|
||||
return _sharedPreferences.getBool(_labelVisibilitySettingKey) ?? false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user