1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-05 20:19:51 +00:00

fixed reverse list bug

This commit is contained in:
Benimautner 2023-05-24 23:55:33 +02:00
parent d5a45be90a
commit 4f79c083c6

View File

@ -45,7 +45,7 @@ class _ListEditPageState extends State<ListEditPage> {
child: Form( child: Form(
key: _formKey, key: _formKey,
child: ListView( child: ListView(
reverse: true, //reverse: true,
padding: const EdgeInsets.all(16.0), padding: const EdgeInsets.all(16.0),
children: <Widget>[ children: <Widget>[
Padding( Padding(