merge-requests/165/head
Faiz Hashmi 3 years ago
parent 356b080fe9
commit f37f748d6f

@ -175,7 +175,7 @@ class MarathonScreen extends StatelessWidget {
selectedLanguage: provider.marathonDetailModel.selectedLanguage ?? 0, selectedLanguage: provider.marathonDetailModel.selectedLanguage ?? 0,
arabicContent: AppState().memberInformationList!.eMPLOYEEDISPLAYNAMEAr ?? "", arabicContent: AppState().memberInformationList!.eMPLOYEEDISPLAYNAMEAr ?? "",
englishContent: AppState().memberInformationList!.eMPLOYEEDISPLAYNAMEEn ?? "", englishContent: AppState().memberInformationList!.eMPLOYEEDISPLAYNAMEEn ?? "",
).toText22( ).toText24(
color: MyColors.grey3AColor, color: MyColors.grey3AColor,
isCentered: true, isCentered: true,
), ),
@ -185,7 +185,7 @@ class MarathonScreen extends StatelessWidget {
) )
: const SizedBox(), : const SizedBox(),
if (provider.selectedWinners != null) ...<Widget>[ if (provider.selectedWinners != null) ...<Widget>[
provider.selectedWinners!.length == 1 provider.selectedWinners!.length == 1 && !provider.iAmWinner
? Column( ? Column(
children: <Widget>[ children: <Widget>[
displayLocalizedContent( displayLocalizedContent(

Loading…
Cancel
Save