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

Commit 5247fb38 authored by Daniel Lehmann's avatar Daniel Lehmann Committed by Android Git Automerger
Browse files

am cc21cc01: Merge "Allow clearing out the source bounds" into ics-mr0

* commit 'cc21cc01':
  Allow clearing out the source bounds
parents b9ee8434 cc21cc01
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5291,7 +5291,7 @@ public class Intent implements Parcelable, Cloneable {
        if (r != null) {
            mSourceBounds = new Rect(r);
        } else {
            r = null;
            mSourceBounds = null;
        }
    }