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

Commit dcdbd97c authored by Ian Lake's avatar Ian Lake Committed by android-build-merger
Browse files

Create a valid ActivityOptions Bundle even for default animations am: b759bd3b

am: d85e60aa

Change-Id: I4c863de66246d6d9a6c64ea1e428094a15c682c1
parents 083641c4 d85e60aa
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1211,9 +1211,6 @@ public class ActivityOptions {
     * methods that take an options Bundle.
     */
    public Bundle toBundle() {
        if (mAnimationType == ANIM_DEFAULT) {
            return null;
        }
        Bundle b = new Bundle();
        if (mPackageName != null) {
            b.putString(KEY_PACKAGE_NAME, mPackageName);