Skip to content

Commit 7a42758

Browse files
committed
Attempt to fix tel url by removing //
1 parent ec95dab commit 7a42758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/studySpacePage.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class StudySpacePage extends StatelessWidget {
194194
if (kDebugMode) {
195195
print(
196196
"Tapped on the contact of ${studySpace.title}.");
197-
launch("tel://${studySpace.phoneNumber}");
197+
launch("tel:${studySpace.phoneNumber}");
198198
}
199199
},
200200
icon: const Icon(MaterialIconsSelected.call),

0 commit comments

Comments
 (0)