We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec95dab commit 7a42758Copy full SHA for 7a42758
lib/studySpacePage.dart
@@ -194,7 +194,7 @@ class StudySpacePage extends StatelessWidget {
194
if (kDebugMode) {
195
print(
196
"Tapped on the contact of ${studySpace.title}.");
197
- launch("tel://${studySpace.phoneNumber}");
+ launch("tel:${studySpace.phoneNumber}");
198
}
199
},
200
icon: const Icon(MaterialIconsSelected.call),
0 commit comments