Skip to content

Commit

Permalink
Merge pull request #10 from freshplanet/feature/SONGPOPCLA-161_social…
Browse files Browse the repository at this point in the history
…_buttons_redirect

SONGPOPCLA-161 Twitter, Facebook buttons have no redirect to the game social media page
  • Loading branch information
dmytrooverchenko authored Jan 15, 2024
2 parents 040ecdf + 011465d commit 197a4d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public FREObject call(FREContext arg0, FREObject[] arg1) {
intent = new Intent(Intent.ACTION_VIEW, Uri.parse("twitter://user?screen_name="+twitterAccount));
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
} catch (Exception e) {
intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://twitter.com/#!/"+twitterAccount));
intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://twitter.com/"+twitterAccount));
}
}

Expand Down
Binary file modified bin/AirCapabilities.ane
Binary file not shown.

0 comments on commit 197a4d0

Please sign in to comment.