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 Nov 15, 2023
1 parent c97b078 commit 4902bcc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,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 4902bcc

Please sign in to comment.