Skip to content

Commit

Permalink
Remove Reddit link for HorizontalSystems
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelekol committed May 8, 2024
1 parent cbffbde commit a816973
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ android {
resValue "string", "appGithubLink", "https://github.com/horizontalsystems/unstoppable-wallet-android"
resValue "string", "appTwitterLink", "https://twitter.com/UnstoppableByHS"
resValue "string", "appTelegramLink", "https://t.me/unstoppable_announcements"
resValue "string", "appRedditLink", "https://www.reddit.com/r/UNSTOPPABLEWallet/"
resValue "string", "reportEmail", "[email protected]"
resValue "string", "releaseNotesUrl", "https://api.github.com/repos/horizontalsystems/unstoppable-wallet-android/releases/tags/"
resValue "string", "walletConnectAppMetaDataName", "Unstoppable"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class AppConfigProvider(localStorage: ILocalStorage) {
val appGithubLink by lazy { Translator.getString(R.string.appGithubLink) }
val appTwitterLink by lazy { Translator.getString(R.string.appTwitterLink) }
val appTelegramLink by lazy { Translator.getString(R.string.appTelegramLink) }
val appRedditLink by lazy { Translator.getString(R.string.appRedditLink) }
val reportEmail by lazy { Translator.getString(R.string.reportEmail) }
val releaseNotesUrl by lazy { Translator.getString(R.string.releaseNotesUrl) }
val mempoolSpaceUrl: String = "https://mempool.space"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ fun ReleaseNotesScreen(
viewModel.telegramUrl,
stringResource(R.string.CoinPage_Telegram)
)
IconButton(
R.drawable.ic_reddit_filled_24,
viewModel.redditUrl,
stringResource(R.string.CoinPage_Reddit)
)

Spacer(Modifier.weight(1f))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class ReleaseNotesViewModel(

val twitterUrl = appConfigProvider.appTwitterLink
val telegramUrl = appConfigProvider.appTelegramLink
val redditUrl = appConfigProvider.appRedditLink

var markdownBlocks by mutableStateOf<List<MarkdownBlock>>(listOf())
private set
Expand Down
10 changes: 0 additions & 10 deletions components/icons/src/main/res/drawable/ic_reddit_filled_24.xml

This file was deleted.

0 comments on commit a816973

Please sign in to comment.