This commit is contained in:
DESKTOP-I3JPKHK\wy 2025-04-21 17:20:18 +08:00
parent dfcb9adcbc
commit 344fe4757d
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ void main() async {
statusBarColor: Colors.transparent, //
statusBarIconBrightness: Brightness.light // dark: light
));
SystemChrome.setEnabledSystemUIMode(SystemUiMode.immersiveSticky, overlays: [SystemUiOverlay.top]); //
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: [SystemUiOverlay.top]); //
await SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp, DeviceOrientation.portraitDown]); //
runApp(const MyApp());
}

View File

@ -149,7 +149,7 @@ class HomeworkReviewLogic extends GetxController with RequestToolMixin {
@override
void onClose() {
SystemChrome.setEnabledSystemUIMode(SystemUiMode.immersiveSticky, overlays: [SystemUiOverlay.top]); //
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: [SystemUiOverlay.top]); //
_dataListen.cancel();
_paramListen.cancel();
imageScaleZoomStream?.cancel();