Skip to content

Commit

Permalink
Update discord invite link
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Apr 4, 2024
1 parent 0c5c52d commit 26e15c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class MediaLinks
// Update these media platform links and ids to target your media groups,
// then update the MEDIA_TARGET_APPLICATION to match your applicationId
public static final String MEDIA_TARGET_APPLICATION = "io.stormbird.wallet";
public static final String AWALLET_DISCORD_URL = "https://discord.gg/mx23YWRTYf";
public static final String AWALLET_DISCORD_URL = "https://discord.gg/nbb9VSF85A";
public static final String AWALLET_TWITTER_ID = "twitter://user?user_id=938624096123764736";
public static final String AWALLET_FACEBOOK_ID = "fb://page/1958651857482632";
public static final String AWALLET_TWITTER_URL = "https://twitter.com/AlphaWallet";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package com.alphawallet.app.web3;

import static android.content.Intent.ACTION_VIEW;
import static android.content.Intent.EXTRA_TEXT;
import static android.content.Intent.FLAG_ACTIVITY_NEW_TASK;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertFalse;
Expand Down

0 comments on commit 26e15c6

Please sign in to comment.