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

Commit 0bffcb8e authored by Linus Tufvesson's avatar Linus Tufvesson
Browse files

Update some outdated references

Some references to mHiddenSetFromTransferredStartingWindow got left behind when the field got renamed in ag/9754498

Test: Only updating a comment and a dump string. It still builds. I'm
happy.

Change-Id: I28d186a1b9a8a557393a0da9feae6fb3f4ee703d
parent b8d455e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -950,7 +950,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
            pw.print(" startingSurface="); pw.print(startingSurface);
            pw.print(" startingDisplayed="); pw.print(startingDisplayed);
            pw.print(" startingMoved="); pw.print(startingMoved);
            pw.println(" mHiddenSetFromTransferredStartingWindow="
            pw.println(" mVisibleSetFromTransferredStartingWindow="
                    + mVisibleSetFromTransferredStartingWindow);
        }
        if (!mFrozenBounds.isEmpty()) {
@@ -4166,7 +4166,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
     * @param performLayout if {@code true}, perform surface placement after committing visibility.
     */
    void commitVisibility(boolean visible, boolean performLayout) {
        // Reset the state of mHiddenSetFromTransferredStartingWindow since visibility is actually
        // Reset the state of mVisibleSetFromTransferredStartingWindow since visibility is actually
        // been set by the app now.
        mVisibleSetFromTransferredStartingWindow = false;
        if (visible == isVisible()) {