From 9eb1a702a35ff8281ed0a25771158018d2280f88 Mon Sep 17 00:00:00 2001 From: ggurdin Date: Tue, 16 Jan 2024 14:39:12 -0500 Subject: [PATCH] added back paywall appbar --- .../subscription/subscription_paywall.dart | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lib/pangea/widgets/subscription/subscription_paywall.dart b/lib/pangea/widgets/subscription/subscription_paywall.dart index 660550521..e8825bdaa 100644 --- a/lib/pangea/widgets/subscription/subscription_paywall.dart +++ b/lib/pangea/widgets/subscription/subscription_paywall.dart @@ -14,19 +14,19 @@ class SubscriptionPaywall extends StatelessWidget { @override Widget build(BuildContext context) { - return const Scaffold( - // appBar: AppBar( - // centerTitle: true, - // leading: CloseButton(onPressed: Navigator.of(context).pop), - // title: Text( - // L10n.of(context)!.getAccess, - // style: const TextStyle( - // fontSize: 20, - // ), - // textAlign: TextAlign.center, - // ), - // ), - body: Padding( + return Scaffold( + appBar: AppBar( + centerTitle: true, + leading: CloseButton(onPressed: Navigator.of(context).pop), + title: Text( + L10n.of(context)!.getAccess, + style: const TextStyle( + fontSize: 20, + ), + textAlign: TextAlign.center, + ), + ), + body: const Padding( padding: EdgeInsets.all(20), // child: ListView( // children: [