Skip to content

Commit 7378ca5

Browse files
committed
Fix launchUrl argument in kerio_login.dart
1 parent 01cd658 commit 7378ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/views/kerio_login.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class _KerioLoginViewState extends State<KerioLoginView> {
127127
if (url.isNotEmpty) {
128128
final uri = Uri.tryParse(url.startsWith('http') ? url : 'http://$url');
129129
if (uri != null) {
130-
launchUrl(url);
130+
launchUrl(uri);
131131
}
132132
}
133133
},

0 commit comments

Comments
 (0)