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

Commit f099daf0 authored by Kenneth Ford's avatar Kenneth Ford Committed by Android (Google) Code Review
Browse files

Merge "Removes use of SESSION_STATE_CONTENT_INVISIBLE" into udc-dev

parents b0658303 0ede291c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -324,12 +324,12 @@ public class WindowAreaComponentImpl implements WindowAreaComponent,
                        synchronized (mLock) {
                        synchronized (mLock) {
                            if (stateStatus == SESSION_STATE_INACTIVE) {
                            if (stateStatus == SESSION_STATE_INACTIVE) {
                                // If the last reported session status was VISIBLE
                                // If the last reported session status was VISIBLE
                                // then the INVISIBLE state should be dispatched before INACTIVE
                                // then the ACTIVE state should be dispatched before INACTIVE
                                // due to not having a good mechanism to know when
                                // due to not having a good mechanism to know when
                                // the content is no longer visible before it's fully removed
                                // the content is no longer visible before it's fully removed
                                if (getLastReportedRearDisplayPresentationStatus()
                                if (getLastReportedRearDisplayPresentationStatus()
                                        == SESSION_STATE_CONTENT_VISIBLE) {
                                        == SESSION_STATE_CONTENT_VISIBLE) {
                                    consumer.accept(SESSION_STATE_CONTENT_INVISIBLE);
                                    consumer.accept(SESSION_STATE_ACTIVE);
                                }
                                }
                                mRearDisplayPresentationController = null;
                                mRearDisplayPresentationController = null;
                            }
                            }