repair back button

This commit is contained in:
kicap
2023-08-10 01:21:43 +08:00
parent 696c52efeb
commit 6c5bfde828
29 changed files with 956 additions and 845 deletions

View File

@ -0,0 +1,3 @@
class GlobalVar {
String backPressed = 'backNormal';
}