fix: One space always missing
This commit is contained in:
parent
21cb0b58d3
commit
6d304d3fc3
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ class ChatListView extends StatelessWidget {
|
||||||
: Drawer(
|
: Drawer(
|
||||||
child: SafeArea(
|
child: SafeArea(
|
||||||
child: ListView.builder(
|
child: ListView.builder(
|
||||||
itemCount: controller.spaces.length,
|
itemCount: controller.spaces.length + 1,
|
||||||
itemBuilder: (context, i) {
|
itemBuilder: (context, i) {
|
||||||
if (i == 0) {
|
if (i == 0) {
|
||||||
return ListTile(
|
return ListTile(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue