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

Commit 5b332f70 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Make sure external SD card can be erased successfully."

parents 72fc5b1a 5bae04b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -300,6 +300,7 @@ public class ExternalStorageFormatter extends Service
            fail(R.string.media_removed);
        } else if (Environment.MEDIA_SHARED.equals(status)) {
            fail(R.string.media_shared);
        } else if (Environment.MEDIA_UNMOUNTING.equals(status)) {
        } else {
            fail(R.string.media_unknown_state);
            Log.w(TAG, "Unknown storage state: " + status);