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

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

Merge "destroyHardwareResources in onStop()" into nyc-dev am: e5bfd2da

am: 5962a84e

* commit '5962a84e':
  destroyHardwareResources in onStop()
parents 817446c0 5962a84e
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();
            }
        }
    }