Skip to content

Commit

Permalink
suggested changes
Browse files Browse the repository at this point in the history
Signed-off-by: parneet-guraya <[email protected]>
  • Loading branch information
parneet-guraya committed Dec 6, 2023
1 parent aa9d609 commit becfa9c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,9 @@ private void setLeftFragment(Fragment fragment, boolean showSortListGroup) {

//clear the subtitle while navigating to any other screen from Media screen
clearToolbarSubtitle();

setSortListGroup(sortListGroupVisibility(), showSortListGroup);

FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
transaction.addToBackStack(null);
transaction.replace(R.id.left_fragment_container, fragment, TAG_LIST_OF_FILES);
Expand Down

0 comments on commit becfa9c

Please sign in to comment.