We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4709fe4 commit 87cb468Copy full SHA for 87cb468
flutter/lib/mobile/pages/connection_page.dart
@@ -106,7 +106,7 @@ class _ConnectionPageState extends State<ConnectionPage> {
106
? const SizedBox(height: 0)
107
: InkWell(
108
onTap: () async {
109
- final url = _updateUrl;
+ final url = updateUrl;
110
// https://pub.dev/packages/url_launcher#configuration
111
// https://developer.android.com/training/package-visibility/use-cases#open-urls-custom-tabs
112
//
0 commit comments