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

Commit 6fc30569 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use existing content resolver" into rvc-dev am: 97e74619 am: 91df39c6 am: e50469bd

Change-Id: Iaa85add1997b0b6274e3a3f3d4ade2a531d6a489
parents 98d33bb3 e50469bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -635,7 +635,7 @@ public class NavigationBarFragment extends LifecycleFragment implements Callback
    }

    private void updatedFixedRotation() {
        mFixedRotationEnabled = Settings.Global.getInt(getContext().getContentResolver(),
        mFixedRotationEnabled = Settings.Global.getInt(mContentResolver,
                FIXED_ROTATION_TRANSFORM_SETTING_NAME, 0) != 0;
        if (!canShowSecondaryHandle()) {
            resetSecondaryHandle();