Fix icon color in dark mode am: e30f61f739

am: ab5e959adb

Change-Id: I11a9b71a452f8d6611bb9c9a48427d1437612239
This commit is contained in:
Raff Tsai
2019-05-27 09:52:10 -07:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,6 @@ public class StorageVolumePreference extends Preference {
public void onBindViewHolder(PreferenceViewHolder view) {
final ImageView unmount = (ImageView) view.findViewById(R.id.unmount);
if (unmount != null) {
unmount.setImageTintList(ColorStateList.valueOf(Color.parseColor("#8a000000")));
unmount.setOnClickListener(mUnmountListener);
}