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

Commit ffb1899b authored by Meng Wang's avatar Meng Wang Committed by Gerrit Code Review
Browse files

Merge "PersistableBundle.restoreFromXml should return a mutable bundle."

parents 4fc41b4f 9c5f71f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ public final class PersistableBundle extends BaseBundle implements Cloneable, Pa
                        new MyReadMapCallback()));
            }
        }
        return EMPTY;
        return new PersistableBundle();  // An empty mutable PersistableBundle
    }

    @Override