Skip to content
Snippets Groups Projects
Commit 0c30e723 authored by vjrj's avatar vjrj
Browse files

Fix for #69

parent 839dc176
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,9 @@ class CardTerminalScreen extends StatelessWidget {
Expanded(
child: GestureDetector(
onTap: () => copyPublicKeyToClipboard(context, duniterUri),
child: QrImageView(data: duniterUri),
// Re-add sha in the future, as people still uses old Cesium
// Issue #69
child: QrImageView(data: duniterUriNoSha),
// size: smallScreen(context) ? 95.0 : 140.0)
))
])),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment