This repository has been archived by the owner on May 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Prevent Deep Link Activation on Orientation Change
Previously, the deep link was inadvertently activated when the fragment was recreated during an orientation change. This occurred because the screen name value was unnecessarily re-fetched from the fragment's arguments. To resolve this issue, we now set the argument to null, ensuring that deep link activation no longer occurs during orientation changes. Fixes: LEARNER-9659
- Loading branch information
1 parent
c4e2dba
commit 9cc5783
Showing
2 changed files
with
25 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters