Adjust IAP UI
This commit is contained in:
parent
df9999aa77
commit
0618874d86
|
|
@ -126,9 +126,7 @@ class _UpgradeDialogState extends State<UpgradeDialog> {
|
||||||
final List<Widget> stack = <Widget>[];
|
final List<Widget> stack = <Widget>[];
|
||||||
if (_queryProductError == null) {
|
if (_queryProductError == null) {
|
||||||
stack.add(
|
stack.add(
|
||||||
Container(
|
Scrollbar(
|
||||||
width: double.maxFinite,
|
|
||||||
child: Scrollbar(
|
|
||||||
thumbVisibility: true,
|
thumbVisibility: true,
|
||||||
controller: _scrollController,
|
controller: _scrollController,
|
||||||
child: ListView(
|
child: ListView(
|
||||||
|
|
@ -146,7 +144,6 @@ class _UpgradeDialogState extends State<UpgradeDialog> {
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
stack.add(Center(
|
stack.add(Center(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue