Skip to content

Commit

Permalink
Merge pull request #64 from ItsCalebJones/master
Browse files Browse the repository at this point in the history
Use screen_name instead of user_id
  • Loading branch information
jrvansuita committed Mar 8, 2018
2 parents 5903e4f + eefaeae commit f26a747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/res/values/consts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<string name="id_facebook_app">com.facebook.katana</string>

<string name="url_twitter_website">https://twitter.com/%s</string>
<string name="uri_twitter_app">twitter://user?user_id=%s</string>
<string name="uri_twitter_app">twitter://user?screen_name=%s</string>
<string name="id_twitter_app">com.twitter.android</string>

<string name="url_google_plus_website">https://plus.google.com/%s</string>
Expand Down

0 comments on commit f26a747

Please sign in to comment.