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:
onBackPressedCallbackonNavigationItemSelectednavigateHistorypinnedErrorGoBack
In addition, onNavigationItemSelected has two separate sections under R.id.back and R.id.forward that process the same logic.
Updated by Soren Stoutner over 1 year ago
- Status changed from New to Closed
Actions