Skip to content

Commit d6f7acc

Browse files
modules update
1 parent 6c089ef commit d6f7acc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/app/modules/profile/views/profile_view.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,15 @@ class ProfileView extends GetView<ProfileController> {
137137
Center(
138138
child: GestureDetector(
139139
onDoubleTap: () async {
140-
141140
try {
142141
final Uri _url =
143-
Uri.parse('https://github.com/mdabdullahibnaharun');
144-
if (await launchUrl(_url)) {
142+
Uri.parse('https://linktr.ee/mdabdullahibnaharun');
143+
if (false == (await launchUrl(_url))) {
145144
showAlert('Could not launch $_url');
146145
}
147146
} catch (e) {
148147
print(e.toString());
149148
}
150-
151149
},
152150
child: Center(
153151
child: Column(

0 commit comments

Comments
 (0)