maintain state of gecko view

This commit is contained in:
Fabian Freund
2025-10-27 03:32:30 +01:00
parent 2ecaa0ff82
commit 0cdbc38b9a
@@ -218,6 +218,7 @@ class _BrowserViewState extends ConsumerState<BrowserView>
return Visibility(
visible: hasTab,
maintainState: true,
replacement: SizedBox.expand(child: Container(color: Colors.grey[800])),
child: GeckoView(
preInitializationStep: () async {