Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Android): Restore focus on page transitions (#2640)
## Description After #1894 was merged, a refactoring of the native source happened, and the call to `lastFocusedChild.requestFocus()` that happened on the overridden `onStart()` method in `ScreenStackFragment` got lost along the way, making focus disappear when popping a screen from the stack. Fixes #1706 ## Changes - Updated `ScreenStackFragment.kt`, resurrecting the old `onStart()` override (`lastFocusedChild` is only set on Android TV, so this change only affects that platform)
- Loading branch information