remove unused val

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-19 10:45:57 +08:00
parent 1e6b0f0b53
commit 888b3d8173
2 changed files with 0 additions and 4 deletions

View File

@@ -56,9 +56,6 @@ class _MainAppState extends PopScopeState<MainApp>
void didChangeDependencies() {
super.didChangeDependencies();
_padding = MediaQuery.viewPaddingOf(context);
if (_mainController.hideBottomBar && _mainController.barHideType == .sync) {
_mainController.navHeight = 80.0 + _padding.bottom;
}
final brightness = Theme.brightnessOf(context);
NetworkImgLayer.reduce =
NetworkImgLayer.reduceLuxColor != null && brightness.isDark;