TF-2946 Support copy action for email address in Drawer, MailboxView and Settings (mobile)
This commit is contained in:
committed by
Dat H. Pham
parent
842c69061c
commit
e288d44618
@@ -1,7 +1,6 @@
|
||||
|
||||
import 'package:core/presentation/extensions/color_extension.dart';
|
||||
import 'package:core/presentation/views/image/avatar_builder.dart';
|
||||
import 'package:core/presentation/views/text/text_overflow_builder.dart';
|
||||
import 'package:core/utils/platform_info.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:jmap_dart_client/jmap/core/user_name.dart';
|
||||
@@ -48,8 +47,9 @@ class UserInformationWidget extends StatelessWidget {
|
||||
Expanded(child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
TextOverflowBuilder(
|
||||
SelectableText(
|
||||
userName?.value ?? '',
|
||||
maxLines: 1,
|
||||
style: const TextStyle(
|
||||
fontSize: 17,
|
||||
color: AppColor.colorNameEmail,
|
||||
|
||||
Reference in New Issue
Block a user