mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 20:35:13 +00:00
kivy: fix menu dismiss
This commit is contained in:
parent
566ed664d5
commit
4a0994be8a
1 changed files with 2 additions and 1 deletions
|
@ -338,7 +338,8 @@
|
|||
|
||||
<ActionOvrButton@ActionButton>
|
||||
on_release:
|
||||
Clock.schedule_once(lambda dt: self.parent.parent.dismiss() if self.parent else None, 0.05)
|
||||
# fixme: the following line was commented out because it does no seem to do what it's intended:
|
||||
# Clock.schedule_once(lambda dt: self.parent.parent.dismiss() if self.parent else None, 0.05)
|
||||
Clock.schedule_once(lambda dt: app.popup_dialog(self.name), 0.05)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue