Skip to content

[Bug] Wrong Next and Current Prayer Times #57

@md-rifatkhan

Description

@md-rifatkhan

Always getting output

I/flutter (15669): Next Prayer Prayer.maghrib
I/flutter (15669): Current Prayer Prayer.asr

with

    Prayer nextPrayerTimes = prayerTimes.nextPrayer();
    print("Next Prayer $nextPrayerTimes");

    Prayer currentPrayer = prayerTimes.currentPrayer();
    print("Current Prayer $currentPrayer");

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions