Rename widgets to gesture_navigation

This commit is contained in:
Thomas Farstrike
2025-11-01 08:17:02 +01:00
parent 40610be51a
commit a1ac5a6b16
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from .view import (
setContentView, back_screen, empty_screen_stack,
screen_stack, remove_and_stop_current_activity
)
from .widget import handle_back_swipe, handle_top_swipe
from .gesture_navigation import handle_back_swipe, handle_top_swipe
from .topmenu import open_bar, close_bar, open_drawer, drawer_open, NOTIFICATION_BAR_HEIGHT
from .focus import save_and_clear_current_focusgroup
from .display import (
@@ -1,4 +1,3 @@
# lib/mpos/ui/widget.py
import lvgl as lv
from .anim import smooth_show, smooth_hide
from .view import back_screen