mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
android: fix protocols dialog
This commit is contained in:
parent
761871b900
commit
8d95b9c980
1 changed files with 2 additions and 5 deletions
|
@ -105,10 +105,7 @@ def protocol_name(p):
|
||||||
|
|
||||||
def protocol_dialog(host, protocol, z):
|
def protocol_dialog(host, protocol, z):
|
||||||
droid.dialogCreateAlert('Protocol', host)
|
droid.dialogCreateAlert('Protocol', host)
|
||||||
if z:
|
protocols = filter(lambda x: x in "ts", z.keys())
|
||||||
protocols = z.keys()
|
|
||||||
else:
|
|
||||||
protocols = 'ts'
|
|
||||||
l = []
|
l = []
|
||||||
current = protocols.index(protocol)
|
current = protocols.index(protocol)
|
||||||
for p in protocols:
|
for p in protocols:
|
||||||
|
|
Loading…
Add table
Reference in a new issue