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

Commit d85e60aa 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

Change-Id: Ib9b61f2bf4ac6b6001664ebbc40d115089e75326
parents 594f401e b759bd3b
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);