Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3123cd21 authored by Diksha Gohlyan's avatar Diksha Gohlyan Committed by Automerger Merge Worker
Browse files

Merge "Refresh after sd card is formatted" into mainline-prod am: 27eee493

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/DocumentsUI/+/13248474

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I216d856b21e8804a7f85d6632a08e118cc351d09
parents 1fce63c3 27eee493
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -586,6 +586,9 @@ public class DirectoryFragment extends Fragment implements SwipeRefreshLayout.On

        // Add listener to update contents on sort model change
        mState.sortModel.addListener(mSortListener);
        // After SD card is formatted, we go out of the view and come back. Similarly when users
        // go out of the app to delete some files, we want to refresh the directory.
        onRefresh();
    }

    @Override