You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(iOS): remove unused variables in modal updating function (#2960)
## Description
The `newControllers` variable seems to be unused and there is no reason
for it to exist.
The variable has been added here:
80a4669#diff-1c3e13a1b0dcbaa5f7cff5f3ce12cc915fb509725faf693fb65cd23ceb49c4a9
Looks like somewhere along the way the logic was refactored but the
variable was not removed.
## Changes
Removed the unused variable.
## Test code and steps to reproduce
I've done some sanity checks on `TestModalNavigation`.
## Checklist
- [ ] Ensured that CI passes
0 commit comments