Merge branch 'subscription_page_ui' into archived_albums
This commit is contained in:
commit
e12020fd8b
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ class _SubscriptionPageState extends State<SubscriptionPage> {
|
||||||
|
|
||||||
if (_hasActiveSubscription &&
|
if (_hasActiveSubscription &&
|
||||||
_currentSubscription!.productID != freeProductID) {
|
_currentSubscription!.productID != freeProductID) {
|
||||||
if (!_isActiveStripeSubscriber) {
|
if (_isActiveStripeSubscriber) {
|
||||||
widgets.add(
|
widgets.add(
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.symmetric(vertical: 20, horizontal: 20),
|
padding: const EdgeInsets.symmetric(vertical: 20, horizontal: 20),
|
||||||
|
|
Loading…
Add table
Reference in a new issue