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

Commit 47895ca5 authored by Kenneth Ford's avatar Kenneth Ford Committed by Automerger Merge Worker
Browse files

Merge "Removes use of SESSION_STATE_CONTENT_INVISIBLE" into udc-dev am: f099daf0

parents 241d2483 f099daf0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -324,12 +324,12 @@ public class WindowAreaComponentImpl implements WindowAreaComponent,
                        synchronized (mLock) {
                            if (stateStatus == SESSION_STATE_INACTIVE) {
                                // 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
                                // the content is no longer visible before it's fully removed
                                if (getLastReportedRearDisplayPresentationStatus()
                                        == SESSION_STATE_CONTENT_VISIBLE) {
                                    consumer.accept(SESSION_STATE_CONTENT_INVISIBLE);
                                    consumer.accept(SESSION_STATE_ACTIVE);
                                }
                                mRearDisplayPresentationController = null;
                            }