design: Improve new design

This commit is contained in:
Christian Pauly 2021-02-03 15:47:51 +01:00
commit c76905e443
12 changed files with 293 additions and 276 deletions

View file

@ -19,9 +19,7 @@ class ShareView extends StatelessWidget {
),
title: Text(L10n.of(context).share),
),
body: ChatList(
type: ChatListType.all,
),
body: ChatList(),
);
}
}