mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 23:41:35 +00:00
make qr code layout scrollable
This commit is contained in:
parent
3b06118afe
commit
82073afa85
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ def qr_layout(addr):
|
|||
android:gravity="center_vertical|center_horizontal|center">
|
||||
</TextView>
|
||||
|
||||
"""%(addr,wallet.labels.get(addr,'')))
|
||||
"""%(addr,wallet.labels.get(addr,'')), True)
|
||||
|
||||
payto_layout = make_layout("""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue