Skip to content

Commit 87cb468

Browse files
authored
fix: _updateUrl to updateUrl
1 parent 4709fe4 commit 87cb468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/lib/mobile/pages/connection_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class _ConnectionPageState extends State<ConnectionPage> {
106106
? const SizedBox(height: 0)
107107
: InkWell(
108108
onTap: () async {
109-
final url = _updateUrl;
109+
final url = updateUrl;
110110
// https://pub.dev/packages/url_launcher#configuration
111111
// https://developer.android.com/training/package-visibility/use-cases#open-urls-custom-tabs
112112
//

0 commit comments

Comments
 (0)