fix: ui changes steward
This commit is contained in:
@@ -67,12 +67,11 @@ class InspectionPoultryScienceLogic extends GetxController {
|
||||
|
||||
@override
|
||||
void onClose() {
|
||||
baseLogic.isSearchSelected.value=false;
|
||||
baseLogic.textEditingController.clear();
|
||||
baseLogic.searchValue.value=null;
|
||||
super.onClose();
|
||||
baseLogic.clearSearch();
|
||||
}
|
||||
|
||||
|
||||
Future<void> getHatchingList([bool isLoadingMore = false]) async {
|
||||
if (isLoadingMore) {
|
||||
isLoadingMoreAllocationsMade.value = true;
|
||||
|
||||
@@ -349,7 +349,7 @@ class InspectionPoultrySciencePage extends GetView<InspectionPoultryScienceLogic
|
||||
child: itemListWidgetReport(item),
|
||||
secondChild: itemListExpandedWidgetReport(item),
|
||||
labelColor: item.state == 'rejected' ? AppColor.redLight : AppColor.greenLight,
|
||||
labelIcon: Assets.vec.checkSquareSvg.path,
|
||||
labelIcon: Assets.vec.cubeSearchSvg.path,
|
||||
);
|
||||
}, controller.expandedIndex);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user