Actions
Feature #1165
closedUnify the code path for navigating history
Start date:
02/14/2024
Due date:
% Done:
0%
Estimated time:
Description
Currently there are four separate code paths, each of which do slightly different things. These should be unified into one function.
The four code paths are:
onBackPressedCallback
onNavigationItemSelected
navigateHistory
pinnedErrorGoBack
In addition, onNavigationItemSelected
has two separate sections under R.id.back
and R.id.forward
that process the same logic.
Updated by Soren Stoutner 9 months ago
- Status changed from New to Closed
Actions