refactor(style): rename lv_indev_get_act to lv_indev_active

This commit is contained in:
Gabor Kiss-Vamosi
2023-10-31 19:13:45 +01:00
parent d28f80d362
commit 50d01cec3d
50 changed files with 110 additions and 105 deletions

View File

@@ -131,7 +131,7 @@ class KeyboardEncoder:
def ta_event_cb(self,e) :
indev = lv.indev_get_act()
indev = lv.indev_active()
if indev == None :
return
indev_type = indev.get_type()