aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/org/cyanogenmod/wallpapers/photophase/PhotoPhaseRenderer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/cyanogenmod/wallpapers/photophase/PhotoPhaseRenderer.java b/src/org/cyanogenmod/wallpapers/photophase/PhotoPhaseRenderer.java
index 9358877..e189e87 100644
--- a/src/org/cyanogenmod/wallpapers/photophase/PhotoPhaseRenderer.java
+++ b/src/org/cyanogenmod/wallpapers/photophase/PhotoPhaseRenderer.java
@@ -325,7 +325,7 @@ public class PhotoPhaseRenderer implements GLSurfaceView.Renderer {
// Set a watchdog to detect EGL bad context and restart the wallpaper
if (!mIsPreview) {
- mHandler.postDelayed(mEGLContextWatchDog, 1000L);
+ mHandler.postDelayed(mEGLContextWatchDog, 15000L);
}
}