Changed Substring to full UTR No.
This commit is contained in:
@@ -566,7 +566,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|||||||
title: Text(
|
title: Text(
|
||||||
tx.name != null
|
tx.name != null
|
||||||
? (tx.name!.length > 18
|
? (tx.name!.length > 18
|
||||||
? tx.name!.substring(0, 20)
|
? tx.name!.substring(0, 22)
|
||||||
: tx.name!)
|
: tx.name!)
|
||||||
: '',
|
: '',
|
||||||
style: const TextStyle(fontSize: 14),
|
style: const TextStyle(fontSize: 14),
|
||||||
|
Reference in New Issue
Block a user