fix usernames in notifications view

This commit is contained in:
zoe 2022-08-22 14:47:28 +02:00
parent 3c2c3ff2ba
commit d973c921bd
1 changed files with 3 additions and 2 deletions

View File

@ -32,12 +32,14 @@ class SingleNotif extends StatelessWidget {
child: Column(
children: [
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
ProfilePic(url: model.account.avatar),
const SizedBox(
width: 8,
),
Flexible(
Expanded(
flex: 20,
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
@ -52,7 +54,6 @@ class SingleNotif extends StatelessWidget {
],
),
),
const Spacer(),
Icon(
model.type.icon,
size: 64,