Skip to content

Commit a1ac5a6

Browse files
Rename widgets to gesture_navigation
1 parent 40610be commit a1ac5a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

internal_filesystem/lib/mpos/ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setContentView, back_screen, empty_screen_stack,
44
screen_stack, remove_and_stop_current_activity
55
)
6-
from .widget import handle_back_swipe, handle_top_swipe
6+
from .gesture_navigation import handle_back_swipe, handle_top_swipe
77
from .topmenu import open_bar, close_bar, open_drawer, drawer_open, NOTIFICATION_BAR_HEIGHT
88
from .focus import save_and_clear_current_focusgroup
99
from .display import (

internal_filesystem/lib/mpos/ui/widget.py renamed to internal_filesystem/lib/mpos/ui/gesture_navigation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# lib/mpos/ui/widget.py
21
import lvgl as lv
32
from .anim import smooth_show, smooth_hide
43
from .view import back_screen

0 commit comments

Comments
 (0)