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

Commit 078293ae authored by Pinyao Ting's avatar Pinyao Ting Committed by android-build-merger
Browse files

Merge "fix the issue slice cannot be triggered from uri" into qt-qpr1-dev

am: 9d7a5423

Change-Id: If2fd2170471c0a0a4ff029c07a0bd84b2a35da2b
parents 2d4c7f4d 9d7a5423
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -390,6 +390,8 @@ public class SliceManager {
            }
            Bundle extras = new Bundle();
            extras.putParcelable(SliceProvider.EXTRA_INTENT, intent);
            extras.putParcelableArrayList(SliceProvider.EXTRA_SUPPORTED_SPECS,
                    new ArrayList<>(supportedSpecs));
            final Bundle res = provider.call(SliceProvider.METHOD_MAP_INTENT, null, extras);
            if (res == null) {
                return null;