minor UI fix specific to android
This commit is contained in:
parent
0b804c6e08
commit
1515495aed
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ class _ChangeLogPageState extends State<ChangeLogPage> {
|
|||
thumbVisibility: true,
|
||||
thickness: 2.0,
|
||||
child: ListView.builder(
|
||||
physics: const BouncingScrollPhysics(),
|
||||
itemBuilder: (context, index) {
|
||||
return Padding(
|
||||
padding: const EdgeInsets.only(right: 16.0),
|
||||
|
|
Loading…
Add table
Reference in a new issue