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