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

Commit e10739ab authored by Sungsoo Lim's avatar Sungsoo Lim Committed by Android (Google) Code Review
Browse files

Merge "MediaBrowser: Copy options before using it in subscribe()" into nyc-dev

parents cc909766 6316ac79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1116,7 +1116,7 @@ public final class MediaBrowser {
                }
            }
            mCallbacks.add(callback);
            mOptionsList.add(options);
            mOptionsList.add(options == null ? null : new Bundle(options));
        }

        public boolean removeCallback(Bundle options) {