Update lib/components/list_items/chat_list_item.dart, pubspec.yaml, lib/views/settings_devices.dart files
This commit is contained in:
parent
ebd37d6641
commit
45cf9a74e8
|
@ -163,7 +163,6 @@ class ChatListItem extends StatelessWidget {
|
|||
],
|
||||
),
|
||||
),
|
||||
Spacer(),
|
||||
Text(
|
||||
room.timeCreated.localizedTimeShort(context),
|
||||
style: TextStyle(
|
||||
|
|
|
@ -169,7 +169,6 @@ class UserDeviceListItem extends StatelessWidget {
|
|||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
),
|
||||
Spacer(),
|
||||
Text(userDevice.lastSeenTs.localizedTimeShort(context)),
|
||||
],
|
||||
),
|
||||
|
|
|
@ -27,7 +27,7 @@ dependencies:
|
|||
famedlysdk:
|
||||
git:
|
||||
url: https://gitlab.com/famedly/famedlysdk.git
|
||||
ref: 26a534f4651648e8890c379520a9d03d99172fee
|
||||
ref: 63a5d5dba37bdf3d1106fdf6f11760bfd7d2904c
|
||||
|
||||
localstorage: ^3.0.1+4
|
||||
bubble: ^1.1.9+1
|
||||
|
|
Loading…
Reference in a new issue