diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index dec59139..f5b408d8 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -42,6 +42,7 @@
tools:node="remove" />
+
diff --git a/assets/langs/ar-SA.json b/assets/langs/ar-SA.json
index 176f1e5f..b53e3092 100644
--- a/assets/langs/ar-SA.json
+++ b/assets/langs/ar-SA.json
@@ -1814,7 +1814,7 @@
"bloodDonationService": "التبرع \n بالدم",
"bookAppointmentService": "حجز\nموعد",
"pinchToZoom": "اضغط للتكبير",
- "gotIt": "فهمت",
+ "gotIt": "حسنا",
"zoomIntoDetails": "قم بالتكبير لرؤية التفاصيل",
"pinchWithTwoFingersToZoom": "اضغط بإصبعين للتكبير",
"dragToMoveAround": "اسحب للتحرك",
diff --git a/lib/presentation/symptoms_checker/organ_selector_screen.dart b/lib/presentation/symptoms_checker/organ_selector_screen.dart
index 93e826df..9d7f78e8 100644
--- a/lib/presentation/symptoms_checker/organ_selector_screen.dart
+++ b/lib/presentation/symptoms_checker/organ_selector_screen.dart
@@ -44,8 +44,8 @@ class _OrganSelectorPageState extends State {
}
Future _checkAndShowTutorial() async {
- final hasSeenTutorial = cacheService.getBool(key: CacheConst.organSelectorTutorialShown) ?? false;
- if (!hasSeenTutorial) {
+ // final hasSeenTutorial = cacheService.getBool(key: CacheConst.organSelectorTutorialShown) ?? false;
+ // if (!hasSeenTutorial) {
// Show tutorial after a short delay to ensure the screen is fully built
await Future.delayed(const Duration(milliseconds: 500));
if (mounted) {
@@ -53,7 +53,7 @@ class _OrganSelectorPageState extends State {
_showTutorial = true;
});
}
- }
+ // }
}
void _onTutorialComplete() async {
diff --git a/pubspec.yaml b/pubspec.yaml
index ca57d669..14ad3913 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,8 +2,8 @@ name: hmg_patient_app_new
description: "New HMG Patient App"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
-version: 0.0.20+19
-#version: 0.0.1+18
+#version: 0.0.22+21
+version: 0.0.1+20
environment:
sdk: ">=3.6.0 <4.0.0"