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

Commit 88e4823f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes I6e15cd9a,I2853b999 into main

* changes:
  [flexiglass] Verify that NSSL#mContentHeight is not accessed
  [flexiglass] Access NSSL#mOwnScrollY trough a getter
parents f3ee89d6 0ebff769
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -596,10 +596,12 @@ public class AmbientState implements Dumpable {
    }

    public void setContentHeight(int contentHeight) {
        SceneContainerFlag.assertInLegacyMode();
        mContentHeight = contentHeight;
    }

    public float getContentHeight() {
        SceneContainerFlag.assertInLegacyMode();
        return mContentHeight;
    }

+80 −57

File changed.

Preview size limit exceeded, changes collapsed.