|
|
|
@ -31,14 +31,14 @@ class SubscriptionPaywall extends StatelessWidget {
|
|
|
|
padding: const EdgeInsets.all(20),
|
|
|
|
padding: const EdgeInsets.all(20),
|
|
|
|
child: ListView(
|
|
|
|
child: ListView(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
// if (pangeaController.matrixState.client.rooms.length > 1) ...[
|
|
|
|
if (pangeaController.matrixState.client.rooms.length > 1) ...[
|
|
|
|
// Text(
|
|
|
|
Text(
|
|
|
|
// L10n.of(context)!.welcomeBack,
|
|
|
|
L10n.of(context)!.welcomeBack,
|
|
|
|
// textAlign: TextAlign.center,
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
// style: const TextStyle(fontSize: 16),
|
|
|
|
style: const TextStyle(fontSize: 16),
|
|
|
|
// ),
|
|
|
|
),
|
|
|
|
// const SizedBox(height: 20),
|
|
|
|
const SizedBox(height: 20),
|
|
|
|
// ],
|
|
|
|
],
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
L10n.of(context)!.subscriptionDesc,
|
|
|
|
L10n.of(context)!.subscriptionDesc,
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
|