Skip to content

Commit a6f6f94

Browse files
Merge pull request #1 from EssentialsDev/unused-code-clean-up
chore: clean up unused and potentially confusing variable.
2 parents 6ef0974 + b848c95 commit a6f6f94

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)