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

Commit a5b58df0 authored by Daniel Lehmann's avatar Daniel Lehmann
Browse files

Allow clearing out the source bounds

Change-Id: Id49f4a3ac397cf17c5704d298b6a9a376f6a5c23
parent 99f36683
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;
        }
    }