Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hard coded 'الدعاء لا يرد بين الأذان والإقامة' in the DuaaBetweenAdhanAndIqamaaScreen screen #1558

Open
YassinNouh21 opened this issue Jan 25, 2025 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@YassinNouh21
Copy link
Contributor

At the DuaaBetweenAdhanAndIqamaaScreen

Container(
      decoration: BoxDecoration(
        image: DecorationImage(
          image: AssetImage(R.ASSETS_BACKGROUNDS_BACKGROUND_ADHKAR_JPG),
          fit: BoxFit.cover,
        ),
      ),
      child: DisplayTextWidget(
        title: 'الدعاء لا يرد بين الأذان والإقامة',
        arabicText: arabicTr.duaaBetweenSalahAndAdhan,
        translatedText: S.of(context).duaaBetweenSalahAndAdhan,
      ),
    );
@YassinNouh21 YassinNouh21 added the bug Something isn't working label Jan 25, 2025
@ibrahim-zehhaf-mawaqit ibrahim-zehhaf-mawaqit added this to the 1.22.x milestone Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants