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

Commit a579d608 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Android (Google) Code Review
Browse files

Merge "Always propagate the reported proc_state to WindowProcessController." into tm-qpr-dev

parents 09c1e200 5b3cfe42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -618,7 +618,7 @@ final class ProcessStateRecord {
    void forceProcessStateUpTo(int newState) {
        if (mRepProcState > newState) {
            synchronized (mProcLock) {
                mRepProcState = newState;
                setReportedProcState(newState);
                setCurProcState(newState);
                setCurRawProcState(newState);
                mApp.getPkgList().forEachPackage((pkgName, holder) ->