imageview.py: add debug

This commit is contained in:
Thomas Farstrike
2025-10-07 20:48:38 +02:00
parent a23fb7c19e
commit 6e795adaf5
@@ -167,6 +167,7 @@ class ImageView(Activity):
def unfocus(self):
group = lv.group_get_default()
if not group:
print("WARNING: imageview.py could not get default focus group")
return
print("got focus group")
# group.focus_obj(self.play_button) would be better but appears missing?!