Skip to content

Commit

Permalink
fix: resolved FetchFavoriteRecitersException by updating kReciterBox …
Browse files Browse the repository at this point in the history
…constant to v2 (#1377)
  • Loading branch information
YassinNouh21 committed Oct 17, 2024
1 parent 98f55dd commit 3a9bdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/const/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ abstract class QuranConstant {
static const String kSelectedMoshafType = 'selected_moshaf_type';
static const String kQuranBaseUrl = 'https://mp3quran.net/api/v3/';
static const String kSurahBox = 'surah_box';
static const String kReciterBox = 'reciter_box';
static const String kReciterBox = 'reciter_box_v2';
static const String kQuranModePref = 'quran_mode';
static const String kSavedCurrentPage = 'saved_current_page';
static const String kFavoriteReciterBox = 'favorite_reciter_box';
Expand Down

0 comments on commit 3a9bdd5

Please sign in to comment.