Showing
2 changed files
with
8 additions
and
0 deletions
| @@ -41,6 +41,7 @@ class MembershipDetailView extends GetView<MembershipDetailController> { | @@ -41,6 +41,7 @@ class MembershipDetailView extends GetView<MembershipDetailController> { | ||
| 41 | ), | 41 | ), |
| 42 | ), | 42 | ), |
| 43 | actions: [ | 43 | actions: [ |
| 44 | + /* | ||
| 44 | Padding( | 45 | Padding( |
| 45 | padding: const EdgeInsets.only(right: 20.0), | 46 | padding: const EdgeInsets.only(right: 20.0), |
| 46 | child: TextButton( | 47 | child: TextButton( |
| @@ -61,6 +62,7 @@ class MembershipDetailView extends GetView<MembershipDetailController> { | @@ -61,6 +62,7 @@ class MembershipDetailView extends GetView<MembershipDetailController> { | ||
| 61 | : Text(context.l10n.purchaseRestore), | 62 | : Text(context.l10n.purchaseRestore), |
| 62 | ), | 63 | ), |
| 63 | ), | 64 | ), |
| 65 | + */ | ||
| 64 | ], | 66 | ], |
| 65 | ); | 67 | ); |
| 66 | }, | 68 | }, |
| @@ -379,6 +381,7 @@ class _LegalNotes extends StatelessWidget { | @@ -379,6 +381,7 @@ class _LegalNotes extends StatelessWidget { | ||
| 379 | onLinkTap: showRefundExplanationBottomSheet, | 381 | onLinkTap: showRefundExplanationBottomSheet, |
| 380 | ), | 382 | ), |
| 381 | const SizedBox(height: 12), | 383 | const SizedBox(height: 12), |
| 384 | + /* | ||
| 382 | _LegalText( | 385 | _LegalText( |
| 383 | prefix: '2. ', | 386 | prefix: '2. ', |
| 384 | text: context.l10n.purchaseNoteRestore, | 387 | text: context.l10n.purchaseNoteRestore, |
| @@ -387,6 +390,7 @@ class _LegalNotes extends StatelessWidget { | @@ -387,6 +390,7 @@ class _LegalNotes extends StatelessWidget { | ||
| 387 | onLinkTap: controller.restorePurchase, | 390 | onLinkTap: controller.restorePurchase, |
| 388 | ), | 391 | ), |
| 389 | const SizedBox(height: 12), | 392 | const SizedBox(height: 12), |
| 393 | + */ | ||
| 390 | _LegalText( | 394 | _LegalText( |
| 391 | prefix: '3. ', | 395 | prefix: '3. ', |
| 392 | text: context.l10n.purchaseNoteContact, | 396 | text: context.l10n.purchaseNoteContact, |
| @@ -205,6 +205,7 @@ class _PurchaseNavigationBar extends StatelessWidget { | @@ -205,6 +205,7 @@ class _PurchaseNavigationBar extends StatelessWidget { | ||
| 205 | ), | 205 | ), |
| 206 | ), | 206 | ), |
| 207 | const Spacer(), | 207 | const Spacer(), |
| 208 | + /* | ||
| 208 | TextButton( | 209 | TextButton( |
| 209 | onPressed: controller.isRestoring.value | 210 | onPressed: controller.isRestoring.value |
| 210 | ? null | 211 | ? null |
| @@ -222,6 +223,7 @@ class _PurchaseNavigationBar extends StatelessWidget { | @@ -222,6 +223,7 @@ class _PurchaseNavigationBar extends StatelessWidget { | ||
| 222 | ) | 223 | ) |
| 223 | : Text(context.l10n.purchaseRestore), | 224 | : Text(context.l10n.purchaseRestore), |
| 224 | ), | 225 | ), |
| 226 | + */ | ||
| 225 | ], | 227 | ], |
| 226 | ), | 228 | ), |
| 227 | ), | 229 | ), |
| @@ -259,6 +261,7 @@ class _LegalNotes extends StatelessWidget { | @@ -259,6 +261,7 @@ class _LegalNotes extends StatelessWidget { | ||
| 259 | onLinkTap: controller.openRefundExplanation, | 261 | onLinkTap: controller.openRefundExplanation, |
| 260 | ), | 262 | ), |
| 261 | const SizedBox(height: 12), | 263 | const SizedBox(height: 12), |
| 264 | + /* | ||
| 262 | _LegalText( | 265 | _LegalText( |
| 263 | prefix: '2. ', | 266 | prefix: '2. ', |
| 264 | text: context.l10n.purchaseNoteRestore, | 267 | text: context.l10n.purchaseNoteRestore, |
| @@ -267,6 +270,7 @@ class _LegalNotes extends StatelessWidget { | @@ -267,6 +270,7 @@ class _LegalNotes extends StatelessWidget { | ||
| 267 | onLinkTap: controller.restorePurchase, | 270 | onLinkTap: controller.restorePurchase, |
| 268 | ), | 271 | ), |
| 269 | const SizedBox(height: 12), | 272 | const SizedBox(height: 12), |
| 273 | + */ | ||
| 270 | _LegalText( | 274 | _LegalText( |
| 271 | prefix: '3. ', | 275 | prefix: '3. ', |
| 272 | text: context.l10n.purchaseNoteContact, | 276 | text: context.l10n.purchaseNoteContact, |
-
Please register or login to post a comment