TF-2946 Support copy action to copy own email
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ mixin UserSettingPopupMenuMixin {
|
|||||||
width: 300,
|
width: 300,
|
||||||
child: ListTile(
|
child: ListTile(
|
||||||
contentPadding: const EdgeInsets.symmetric(horizontal: 20),
|
contentPadding: const EdgeInsets.symmetric(horizontal: 20),
|
||||||
title: Text(
|
title: SelectableText(
|
||||||
userName.value,
|
userName.value,
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
|
|||||||
Reference in New Issue
Block a user