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

Commit f2125e05 authored by Diksha Gohlyan's avatar Diksha Gohlyan
Browse files

Refresh after sd card is formatted

Fixes: 175527664
Test: atest DocumentsUIGoogleTests

Change-Id: Ia0d5dd8fb45e8421b3112a5cb964d490958e301e
parent e23ea78e
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