From c191d4c0c093be9a9f91c371ecdd4a5e7cceb20c Mon Sep 17 00:00:00 2001 From: aamir-csol Date: Tue, 21 Oct 2025 11:09:56 +0300 Subject: [PATCH] Survey Title Key Fix --- lib/ui/landing/itg/its_add_screen_video_image.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/landing/itg/its_add_screen_video_image.dart b/lib/ui/landing/itg/its_add_screen_video_image.dart index 103fde1..2076d7c 100644 --- a/lib/ui/landing/itg/its_add_screen_video_image.dart +++ b/lib/ui/landing/itg/its_add_screen_video_image.dart @@ -146,7 +146,7 @@ class _ITGAdsScreenState extends State { centerTitle: true, automaticallyImplyLeading: false, backgroundColor: Colors.white, - title: (AppState().isArabic(context) ? advertisementData!.advertisementTitleAr! : advertisementData!.advertisementTitleAr!).toText24(color: MyColors.darkTextColor, isBold: true), + title: (AppState().isArabic(context) ? advertisementData!.advertisementTitleAr! : advertisementData!.advertisementTitle!).toText24(color: MyColors.darkTextColor, isBold: true), //advertisementData!.viewAttachFileColl!.first.base64String!.toText24(color: MyColors.darkTextColor, isBold: true), )