Skip to content

Commit 73b3a51

Browse files
authored
Remove unused code (#1570)
This code is not being used and looks to be a duplicate of ARG_PODCAST_URI in the companion object. This could lead to unexpected issues in the future. Noticed while reading thru the code and just wanted to contribute back 😁
2 parents 6ef0974 + a6f6f94 commit 73b3a51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Jetcaster/mobile/src/main/java/com/example/jetcaster/ui/JetcasterAppState.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ sealed class Screen(val route: String) {
4343
}
4444

4545
object PodcastDetails : Screen("podcast/{$ARG_PODCAST_URI}") {
46-
47-
val PODCAST_URI = "podcastUri"
4846
fun createRoute(podcastUri: String) = "podcast/$podcastUri"
4947
}
5048

0 commit comments

Comments
 (0)