Decode issuer to make space, for space
This commit is contained in:
parent
dabc6b1762
commit
b556204921
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class _CodeWidgetState extends State<CodeWidget> {
|
|||
Padding(
|
||||
padding: const EdgeInsets.only(left: 16, right: 16),
|
||||
child: Text(
|
||||
widget.code.issuer,
|
||||
Uri.decodeFull(widget.code.issuer),
|
||||
style: Theme.of(context).textTheme.headline6,
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue