Move notify button to the left

This commit is contained in:
Christian Pauly 2020-03-13 20:29:50 +01:00
parent 64b8441649
commit 3b574b047f
1 changed files with 6 additions and 8 deletions

View File

@ -139,14 +139,12 @@ class ChatListItem extends StatelessWidget {
leading: Avatar(room.avatar, room.displayname),
title: Row(
children: <Widget>[
Expanded(
child: Text(
room.getLocalizedDisplayname(context),
maxLines: 1,
overflow: TextOverflow.ellipsis,
),
Text(
room.getLocalizedDisplayname(context),
maxLines: 1,
overflow: TextOverflow.ellipsis,
),
SizedBox(width: 16),
SizedBox(width: 4),
room.pushRuleState == PushRuleState.notify
? Container()
: Icon(
@ -154,7 +152,7 @@ class ChatListItem extends StatelessWidget {
color: Colors.grey[400],
size: 16,
),
SizedBox(width: 4),
Spacer(),
Text(
room.timeCreated.localizedTimeShort(context),
style: TextStyle(