You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/features/player/src/main/java/au/com/shiftyjelly/pocketcasts/player/view/transcripts/TranscriptPage.kt
+1
Original file line number
Diff line number
Diff line change
@@ -245,6 +245,7 @@ private fun ScrollableTranscriptView(
245
245
LocalTextToolbar provides CustomTextToolbar(
246
246
view =LocalView.current,
247
247
customMenuItems = buildList {
248
+
// Only show the share option on older versions of Android, as the new versions have a share feature built into the copy
248
249
if (Build.VERSION.SDK_INT<Build.VERSION_CODES.TIRAMISU) {
Copy file name to clipboardexpand all lines: modules/features/podcasts/src/main/java/au/com/shiftyjelly/pocketcasts/podcasts/view/ProfileEpisodeListFragment.kt
Copy file name to clipboardexpand all lines: modules/features/podcasts/src/main/java/au/com/shiftyjelly/pocketcasts/podcasts/view/ProfileEpisodeListViewModel.kt
Copy file name to clipboardexpand all lines: modules/features/podcasts/src/test/java/au/com/shiftyjelly/pocketcasts/podcasts/view/ProfileEpisodeListViewModelTest.kt
+3
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ import org.mockito.kotlin.mock
23
23
importorg.mockito.kotlin.never
24
24
importorg.mockito.kotlin.verify
25
25
importorg.mockito.kotlin.whenever
26
+
importau.com.shiftyjelly.pocketcasts.images.RasIR
26
27
27
28
@OptIn(ExperimentalCoroutinesApi::class)
28
29
classProfileEpisodeListViewModelTest {
@@ -84,6 +85,7 @@ class ProfileEpisodeListViewModelTest {
0 commit comments