TF-4193 Fix all Nitpick comments from coderabbit
This commit is contained in:
+2
-2
@@ -18,7 +18,7 @@ extension HandleSetupLabelVisibilityInSettingExtension
|
||||
}
|
||||
|
||||
void enableLabelVisibility() {
|
||||
isLabelVisibility.value = true;
|
||||
isLabelVisibilityEnabled.value = true;
|
||||
|
||||
saveLabelVisibilityInteractor = getBinding<SaveLabelVisibilityInteractor>();
|
||||
if (saveLabelVisibilityInteractor != null) {
|
||||
@@ -41,6 +41,6 @@ extension HandleSetupLabelVisibilityInSettingExtension
|
||||
}
|
||||
|
||||
void handleGetLabelVisibilitySuccess(bool visible) {
|
||||
isLabelVisibility.value = visible;
|
||||
isLabelVisibilityEnabled.value = visible;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user