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

Commit 5962a84e authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

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

am: e5bfd2da

* commit 'e5bfd2da':
  destroyHardwareResources in onStop()
parents d4b1fa94 e5bfd2da
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1072,6 +1072,8 @@ public final class ViewRootImpl implements ViewParent,
            mStopped = stopped;
            mStopped = stopped;
            if (!mStopped) {
            if (!mStopped) {
                scheduleTraversals();
                scheduleTraversals();
            } else {
                destroyHardwareResources();
            }
            }
        }
        }
    }
    }