Skip to content

Commit

Permalink
Merge branch 'release-1.20' into fix/ref_in_reciter_selection
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinNouh21 authored Jan 25, 2025
2 parents 063b104 + 05439f1 commit eacaf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/pages/home/sub_screens/AfterSalahAzkarScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class _AfterSalahAzkarState extends State<AfterSalahAzkar> {
child: DisplayTextWidget(
title: widget.azkarTitle,
arabicText: arabicHadith,
translatedText: translatedHadith,
translatedText: widget.isAfterAsrOrFajr ? null : translatedHadith,
),
),
mosqueProvider.times!.isTurki ? ResponsiveMiniSalahBarTurkishWidget() : ResponsiveMiniSalahBarWidget(),
Expand Down

0 comments on commit eacaf81

Please sign in to comment.