merge commit

This commit is contained in:
Chen Li
2025-08-22 17:35:02 +08:00
parent 926f162287
commit e39f42a3df
6 changed files with 71 additions and 59 deletions

View File

@@ -70,6 +70,7 @@ class _FloatingIconState extends State<FloatingIcon>
}
void _showFullScreen() async {
_hidePartScreen();
await Navigator.of(context).push(
MaterialPageRoute(
builder: (context) => const FullScreen(),