TF-4193 Show/Hide Label list when toggle label state in Setting
This commit is contained in:
@@ -41,4 +41,9 @@ class ManageAccountRepositoryImpl extends ManageAccountRepository {
|
||||
Future<void> saveLabelVisibility(bool visible) {
|
||||
return dataSource.saveLabelVisibility(visible);
|
||||
}
|
||||
|
||||
@override
|
||||
Future<bool> getLabelSettingState() {
|
||||
return dataSource.getLabelSettingState();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user