Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. NEWT/Android: Fix suspense regression of commit (details)
Commit 218b9d88f4ec1d15a46697dd7c5e835660020f99 by Sven Gothel
NEWT/Android: Fix suspense regression of commit d514ecbf052d013ea8c0982c490757678075a9ea

Explicit win.destroy() shall only be called at activity.onDestroy(),
- GLStateKeeper preservation is marked at pause,
- and the Window's surfaceDestroyed() will also issue destroy() - so it's safe

Reason: On Suspense (or power button), application is paused _without_ surfaceDestruction !
The file was modified src/newt/classes/jogamp/newt/driver/android/NewtBaseActivity.java (diff)