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

Commit e5bfd2da authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "destroyHardwareResources in onStop()" into nyc-dev

parents ad9758fb d9b1607b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1072,6 +1072,8 @@ public final class ViewRootImpl implements ViewParent,
            mStopped = stopped;
            if (!mStopped) {
                scheduleTraversals();
            } else {
                destroyHardwareResources();
            }
        }
    }