Merge pull request #39 from pangeachat/freezing-fix

added back paywall appbar
pull/1011/head
ggurdin 2 years ago committed by GitHub
commit 00fcd9c076
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,19 +14,19 @@ class SubscriptionPaywall extends StatelessWidget {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return const Scaffold( return Scaffold(
// appBar: AppBar( appBar: AppBar(
// centerTitle: true, centerTitle: true,
// leading: CloseButton(onPressed: Navigator.of(context).pop), leading: CloseButton(onPressed: Navigator.of(context).pop),
// title: Text( title: Text(
// L10n.of(context)!.getAccess, L10n.of(context)!.getAccess,
// style: const TextStyle( style: const TextStyle(
// fontSize: 20, fontSize: 20,
// ), ),
// textAlign: TextAlign.center, textAlign: TextAlign.center,
// ), ),
// ), ),
body: Padding( body: const Padding(
padding: EdgeInsets.all(20), padding: EdgeInsets.all(20),
// child: ListView( // child: ListView(
// children: [ // children: [

Loading…
Cancel
Save