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

Commit b2653e69 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Fixing content intent on External Storage notification

Bug: 37245861
Test: attach an external drive, tap on the notification
Change-Id: I72934fe8bff1dd86edc67ad865c82c19593af7e2
parent c922c482
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -387,7 +387,7 @@ public class StorageNotification extends SystemUI {
                    .addAction(new Action(R.drawable.ic_eject_24dp,
                            mContext.getString(R.string.ext_media_unmount_action),
                            buildUnmountPendingIntent(vol)))
                    .setContentIntent(buildUnmountPendingIntent(vol))
                    .setContentIntent(browseIntent)
                    .setCategory(Notification.CATEGORY_SYSTEM);
            // Non-adoptable disks can't be snoozed.
            if (disk.isAdoptable()) {