Skip to content

Commit

Permalink
Fix: insta return
Browse files Browse the repository at this point in the history
  • Loading branch information
ybmin committed Sep 19, 2023
1 parent 6806ff6 commit 2912d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/taxiView.dart
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ class TaxiView extends HookWidget {
handlerName: "popup_instagram_story_share",
callback: (args) async {
if (args[0] == {}) {
return;
return false;
}
try {
final Dio _dio = Dio();
Expand Down

0 comments on commit 2912d32

Please sign in to comment.