Skip to content

Commit

Permalink
fixed no way to come back to home from story
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwajith-Shettigar committed Dec 20, 2023
1 parent e81ba71 commit 053389e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ class RecentlyPlayedFragmentPresenter @Inject constructor(
parentScreen = ExplorationActivityParams.ParentScreen.PARENT_SCREEN_UNSPECIFIED,
isCheckpointingEnabled = canHavePartialProgressSaved
)
activity.finish()
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ class ExplorationActivityPresenter @Inject constructor(
activity.startActivity(
TopicActivity.createTopicActivityIntent(context, profileId.internalId, topicId)
)
activity.finish()
}
}
}
Expand Down

0 comments on commit 053389e

Please sign in to comment.