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

Commit e7d8485a authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 5be77489: Merge "Dont show "Erase SD Card" when there is none"

* commit '5be77489':
  Dont show "Erase SD Card" when there is none
parents 094de604 5be77489
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -283,7 +283,7 @@ public class StorageVolumePreferenceCategory extends PreferenceCategory {
                mFormatPreference.setSummary(mResources.getString(R.string.mtp_ptp_mode_summary));
            }
        } else if (mFormatPreference != null) {
            mFormatPreference.setEnabled(true);
            mFormatPreference.setEnabled(mMountTogglePreference.isEnabled());
            mFormatPreference.setSummary(mResources.getString(R.string.sd_format_summary));
        }
    }