fix: Text scale factor in Linkify widgets
Signed-off-by: Krille <c.kussowski@famedly.com>
This commit is contained in:
parent
a1223c0e9b
commit
60fe90233b
14 changed files with 41 additions and 1 deletions
|
|
@ -243,6 +243,8 @@ class ChatDetailsView extends StatelessWidget {
|
|||
text: room.topic.isEmpty
|
||||
? L10n.of(context).noChatDescriptionYet
|
||||
: room.topic,
|
||||
textScaleFactor:
|
||||
MediaQuery.textScalerOf(context).scale(1),
|
||||
options: const LinkifyOptions(humanize: false),
|
||||
linkStyle: const TextStyle(
|
||||
color: Colors.blueAccent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue