Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #5267: Not able to navigate back from story. #5278

Merged
merged 12 commits into from
Feb 26, 2024
Prev Previous commit
Next Next commit
fix
Vishwajith-Shettigar committed Feb 6, 2024
commit ce0c3af07b4c8e4eba287c548d5038dfd831f929
4 changes: 3 additions & 1 deletion app/src/main/java/org/oppia/android/app/home/HomeActivity.kt
Original file line number Diff line number Diff line change
@@ -82,7 +82,9 @@ class HomeActivity :
}

override fun routeToTopicPlayStory(
internalProfileId: Int, topicId: String, storyId: String
internalProfileId: Int,
topicId: String,
storyId: String
) {
startActivity(
TopicActivity.createTopicPlayStoryActivityIntent(