You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Rename widgets to gesture_navigation
This commit is contained in:
@@ -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
@@ -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
|
||||
Reference in New Issue
Block a user