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

Commit f0959d76 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7045433 from 3123cd21 to sc-release

Change-Id: Ifb90d78b0f4545d0c58928408d95e02cc0b55ad2
parents f9fde69b 3123cd21
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.net.Uri;

import androidx.localbroadcastmanager.content.LocalBroadcastManager;

import com.android.documentsui.AbstractActionHandler.CommonAddons;
@@ -137,7 +136,7 @@ final class RootsMonitor<T extends Activity & CommonAddons> {
            // activity.
            final Uri uri = mOwner.getIntent().getData();
            if (uri != null && uri.equals(mCurrentRoot.getUri())) {
                mOwner.finishAndRemoveTask();
                mOwner.finish();
                return;
            }

+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