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

Commit 97e74619 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use existing content resolver" into rvc-dev

parents f9dea8b4 50c80277
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();