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

Commit 8481c777 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix initialization bug in LocationRequest" into rvc-dev am: a23f461e...

Merge "Fix initialization bug in LocationRequest" into rvc-dev am: a23f461e am: 22d8e598 am: e6b43758

Change-Id: Id49fa68872180b5bf407a49328149365dca41af8
parents 875cf2ef e6b43758
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -264,8 +264,8 @@ public final class LocationRequest implements Parcelable {
                /* numUpdates= */ Integer.MAX_VALUE,
                /* smallestDisplacement= */ 0,
                /* hideFromAppOps= */ false,
                /* lowPowerMode= */ false,
                /* locationSettingsIgnored= */ false,
                /* lowPowerMode= */ false,
                /* workSource= */ null);
    }

@@ -282,8 +282,8 @@ public final class LocationRequest implements Parcelable {
                src.mNumUpdates,
                src.mSmallestDisplacement,
                src.mHideFromAppOps,
                src.mLowPowerMode,
                src.mLocationSettingsIgnored,
                src.mLowPowerMode,
                src.mWorkSource);
    }