|
...
|
...
|
@@ -381,7 +381,7 @@ class NoHealthDataNoPermissionPage extends StatelessWidget { |
|
|
|
child: GuideCommonScaffold(
|
|
|
|
onBackPressed: Get.back,
|
|
|
|
bottom: OnboardingBottomButton(
|
|
|
|
label: context.l10n.noHealthDataGoToSettings,
|
|
|
|
label: context.l10n.continueButton,
|
|
|
|
enabled: true,
|
|
|
|
onPressed: () {
|
|
|
|
onRequest?.call();
|
...
|
...
|
|