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

onboarding
Christian Pauly 6 years ago
parent 79c85b20c2
commit 38d414f9d5

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

@ -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)),
], ],
), ),

@ -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

Loading…
Cancel
Save