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

Commit b564d829 authored by Josh Tsuji's avatar Josh Tsuji Committed by Android (Google) Code Review
Browse files

Merge "Make sure metadata shortcut ID is always set on Bubble." into rvc-dev

parents da8620b7 050b48d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -137,6 +137,7 @@ class Bubble implements BubbleViewProvider {
            final int desiredHeight, final int desiredHeightResId, @Nullable final String title) {
        Objects.requireNonNull(key);
        Objects.requireNonNull(shortcutInfo);
        mMetadataShortcutId = shortcutInfo.getId();
        mShortcutInfo = shortcutInfo;
        mKey = key;
        mFlags = 0;