Skip to content

Commit

Permalink
Don't show alert in Telegram and Twitter menu options
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelekol committed Apr 15, 2024
1 parent 6df3451 commit f7d7966
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ private fun SettingSections(
HsSettingCell(
R.string.Settings_Telegram,
R.drawable.ic_telegram_20,
showAlert = showAlertAboutApp,
onClick = {
LinkHelper.openLinkInAppBrowser(context, App.appConfigProvider.appTelegramLink)
}
Expand All @@ -272,7 +271,6 @@ private fun SettingSections(
HsSettingCell(
R.string.Settings_Twitter,
R.drawable.ic_twitter_20,
showAlert = showAlertAboutApp,
onClick = {
LinkHelper.openLinkInAppBrowser(context, App.appConfigProvider.appTwitterLink)
}
Expand Down

0 comments on commit f7d7966

Please sign in to comment.