maintain state of gecko view
This commit is contained in:
+1
@@ -218,6 +218,7 @@ class _BrowserViewState extends ConsumerState<BrowserView>
|
|||||||
|
|
||||||
return Visibility(
|
return Visibility(
|
||||||
visible: hasTab,
|
visible: hasTab,
|
||||||
|
maintainState: true,
|
||||||
replacement: SizedBox.expand(child: Container(color: Colors.grey[800])),
|
replacement: SizedBox.expand(child: Container(color: Colors.grey[800])),
|
||||||
child: GeckoView(
|
child: GeckoView(
|
||||||
preInitializationStep: () async {
|
preInitializationStep: () async {
|
||||||
|
|||||||
Reference in New Issue
Block a user