File tree Expand file tree Collapse file tree 2 files changed +16
-27
lines changed
app/src/main/java/com/wirelessalien/android/bhagavadgita/activity Expand file tree Collapse file tree 2 files changed +16
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -640,23 +640,22 @@ class VerseDetailActivity : AppCompatActivity() {
640640
641641 // Combine all the text content into one string
642642 val textToShare = """
643- Verse Title: $verseTitle
644- Verse Content: $verseContent
645- Verse Transliteration: $verseTransliteration
646- Verse Word Meanings: $verseWordMeanings
647-
648- Translations:
649- $translationText
650-
651- Commentary:
652- $commentaryText
653- """ .trimIndent()
654-
655- // Add your desired line of text at the end
656- val additionalText =
657- " Shared from - Bhagavad Gita App(https://github.com/WirelessAlien/BhagavadGitaApp)"
658-
659- return " $textToShare \n $additionalText "
643+ |Verse Title: $verseTitle
644+
645+ |Verse Content:
646+ |$verseContent
647+ |Verse Transliteration:
648+ |$verseTransliteration
649+ |Verse Word Meanings:
650+ |$verseWordMeanings
651+ |Translations:
652+ |$translationText
653+ |Commentary:
654+ |$commentaryText
655+ |Shared from - Bhagavad Gita App (https://github.com/WirelessAlien/BhagavadGitaApp)
656+ """ .trimMargin()
657+
658+ return " $textToShare "
660659 }
661660
662661 private fun copyText () {
You can’t perform that action at this time.
0 commit comments