diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index cc74bbb..80a7fce 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -30,4 +30,15 @@ android:name="flutterEmbedding" android:value="2" /> + + + + + + + + + + + diff --git a/lib/widgets/quran_occurrence_alert.dart b/lib/widgets/quran_occurrence_alert.dart index 5ccfa3d..2353650 100644 --- a/lib/widgets/quran_occurrence_alert.dart +++ b/lib/widgets/quran_occurrence_alert.dart @@ -40,7 +40,7 @@ quranOccurrenceDialog( scheme: "https", host: "www.quran.com", path: - "//${snapshot.data![j]['SURAH']}/${snapshot.data![j]['AYAH']}", + "/${snapshot.data![j]['SURAH']}/${snapshot.data![j]['AYAH']}", ); return Container( decoration: BoxDecoration(