diff --git a/lib/url_launcher.dart b/lib/url_launcher.dart index 77b314d3..3dc9b725 100644 --- a/lib/url_launcher.dart +++ b/lib/url_launcher.dart @@ -38,9 +38,6 @@ Future _launchCustomTab(BuildContext context, String link) async { preferredBarTintColor: Theme.of(context).canvasColor, preferredControlTintColor: textColorBasedOnBackground(Theme.of(context).canvasColor), - barCollapsingEnabled: true, - entersReaderIfAvailable: false, - dismissButtonStyle: SafariViewControllerDismissButtonStyle.close, ), ); } catch (e) {