TF-4354 Hide Label in Preference View when label capability is not supported
This commit is contained in:
+2
@@ -37,6 +37,8 @@ extension HandleSetupLabelVisibilityInSettingExtension
|
||||
getLabelVisibilityInteractor = getBinding<GetLabelVisibilityInteractor>();
|
||||
if (getLabelVisibilityInteractor != null) {
|
||||
consumeState(getLabelVisibilityInteractor!.execute());
|
||||
} else {
|
||||
isLabelVisibilityEnabled.value = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user