refactor(style): rename lv_indev_get_act to lv_indev_active
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user