Skip to content

Commit

Permalink
Remove default settings from the iOS custom tab config (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
swmarks authored Jul 4, 2023
1 parent 0ba9853 commit 3993570
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/url_launcher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ Future<void> _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) {
Expand Down

0 comments on commit 3993570

Please sign in to comment.