Update lib/components/list_items/chat_list_item.dart, pubspec.yaml, lib/views/settings_devices.dart files

This commit is contained in:
Christian Pauly 2020-04-02 08:45:21 +00:00
parent ebd37d6641
commit 45cf9a74e8
3 changed files with 1 additions and 3 deletions

View File

@ -163,7 +163,6 @@ class ChatListItem extends StatelessWidget {
], ],
), ),
), ),
Spacer(),
Text( Text(
room.timeCreated.localizedTimeShort(context), room.timeCreated.localizedTimeShort(context),
style: TextStyle( style: TextStyle(

View File

@ -169,7 +169,6 @@ class UserDeviceListItem extends StatelessWidget {
overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
), ),
), ),
Spacer(),
Text(userDevice.lastSeenTs.localizedTimeShort(context)), Text(userDevice.lastSeenTs.localizedTimeShort(context)),
], ],
), ),

View File

@ -27,7 +27,7 @@ dependencies:
famedlysdk: famedlysdk:
git: git:
url: https://gitlab.com/famedly/famedlysdk.git url: https://gitlab.com/famedly/famedlysdk.git
ref: 26a534f4651648e8890c379520a9d03d99172fee ref: 63a5d5dba37bdf3d1106fdf6f11760bfd7d2904c
localstorage: ^3.0.1+4 localstorage: ^3.0.1+4
bubble: ^1.1.9+1 bubble: ^1.1.9+1