|  |  |  | @ -17,8 +17,9 @@ class ActionsFragment extends StatelessWidget { | 
		
	
		
			
				|  |  |  |  |   int? notificationID; | 
		
	
		
			
				|  |  |  |  |   List<GetActionHistoryList> actionHistoryList; | 
		
	
		
			
				|  |  |  |  |   VoidCallback voidCallback; | 
		
	
		
			
				|  |  |  |  |   bool isShowActions = false; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |   ActionsFragment(this.notificationID, this.actionHistoryList, {Key? key, required this.voidCallback}) : super(key: key); | 
		
	
		
			
				|  |  |  |  |   ActionsFragment(this.notificationID, this.actionHistoryList, this.isShowActions, {Key? key, required this.voidCallback}) : super(key: key); | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |   @override | 
		
	
		
			
				|  |  |  |  |   Widget build(BuildContext context) { | 
		
	
	
		
			
				
					|  |  |  | @ -113,7 +114,8 @@ class ActionsFragment extends StatelessWidget { | 
		
	
		
			
				|  |  |  |  |                 ], | 
		
	
		
			
				|  |  |  |  |               ).paddingOnly(top: 19, left: 16, right: 16, bottom: 12), | 
		
	
		
			
				|  |  |  |  |               Container(width: double.infinity, height: 1, color: MyColors.lightGreyEFColor), | 
		
	
		
			
				|  |  |  |  |               Row( | 
		
	
		
			
				|  |  |  |  |               isShowActions | 
		
	
		
			
				|  |  |  |  |                   ? Row( | 
		
	
		
			
				|  |  |  |  |                     children: [ | 
		
	
		
			
				|  |  |  |  |                       LocaleKeys.request_info.tr().toText12(color: MyColors.grey67Color).center.paddingOnly(top: 6, bottom: 6).onPress(() { | 
		
	
		
			
				|  |  |  |  |                         showMyBottomSheet( | 
		
	
	
		
			
				
					|  |  |  | @ -125,7 +127,8 @@ class ActionsFragment extends StatelessWidget { | 
		
	
		
			
				|  |  |  |  |                       Container(width: 1, height: 30, color: MyColors.lightGreyEFColor), | 
		
	
		
			
				|  |  |  |  |                       LocaleKeys.delegate.tr().toText12(color: MyColors.gradiantEndColor).center.paddingOnly(top: 6, bottom: 6).onPress(() { | 
		
	
		
			
				|  |  |  |  |                         if (actionHistory.uSERNAME == AppState().memberInformationList?.eMPLOYEENUMBER) { | 
		
	
		
			
				|  |  |  |  |                       showMyBottomSheet(context, | 
		
	
		
			
				|  |  |  |  |                           showMyBottomSheet( | 
		
	
		
			
				|  |  |  |  |                             context, | 
		
	
		
			
				|  |  |  |  |                             callBackFunc: voidCallback, | 
		
	
		
			
				|  |  |  |  |                             child: DelegateSheet( | 
		
	
		
			
				|  |  |  |  |                               title: LocaleKeys.delegate.tr(), | 
		
	
	
		
			
				
					|  |  |  | @ -133,22 +136,19 @@ class ActionsFragment extends StatelessWidget { | 
		
	
		
			
				|  |  |  |  |                               notificationID: notificationID, | 
		
	
		
			
				|  |  |  |  |                               actionHistoryList: actionHistoryList, | 
		
	
		
			
				|  |  |  |  |                               callBackFunc: voidCallback, | 
		
	
		
			
				|  |  |  |  |                           )); | 
		
	
		
			
				|  |  |  |  |                             ), | 
		
	
		
			
				|  |  |  |  |                           ); | 
		
	
		
			
				|  |  |  |  |                           return; | 
		
	
		
			
				|  |  |  |  |                         } | 
		
	
		
			
				|  |  |  |  |                         showMyBottomSheet( | 
		
	
		
			
				|  |  |  |  |                           context, | 
		
	
		
			
				|  |  |  |  |                           callBackFunc: voidCallback, | 
		
	
		
			
				|  |  |  |  |                       child: SelectedItemSheet( | 
		
	
		
			
				|  |  |  |  |                         LocaleKeys.comments.tr(), | 
		
	
		
			
				|  |  |  |  |                         apiMode: "DELEGATE", | 
		
	
		
			
				|  |  |  |  |                         actionHistoryList: actionHistory, | 
		
	
		
			
				|  |  |  |  |                         notificationID: notificationID, | 
		
	
		
			
				|  |  |  |  |                       ), | 
		
	
		
			
				|  |  |  |  |                           child: SelectedItemSheet(LocaleKeys.comments.tr(), apiMode: "DELEGATE", actionHistoryList: actionHistory, notificationID: notificationID), | 
		
	
		
			
				|  |  |  |  |                         ); | 
		
	
		
			
				|  |  |  |  |                       }).expanded, | 
		
	
		
			
				|  |  |  |  |                     ], | 
		
	
		
			
				|  |  |  |  |               ), | 
		
	
		
			
				|  |  |  |  |                   ) | 
		
	
		
			
				|  |  |  |  |                   : const SizedBox(), | 
		
	
		
			
				|  |  |  |  |             ], | 
		
	
		
			
				|  |  |  |  |           ), | 
		
	
		
			
				|  |  |  |  |         ], | 
		
	
	
		
			
				
					|  |  |  | 
 |