summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-03-12 08:46:15 -0700
committernicolasroard <nicolasroard@google.com>2013-03-12 08:46:15 -0700
commitb22a84a9baa7e64b5f9c77244c1586385e38a241 (patch)
tree4b3958a5f4352137ac89e1ee6dae6858cc4b59c0 /src
parentf39d8a0ce4081403cdc113f6d0f351a0b4756c45 (diff)
downloadandroid_packages_apps_Snap-b22a84a9baa7e64b5f9c77244c1586385e38a241.tar.gz
android_packages_apps_Snap-b22a84a9baa7e64b5f9c77244c1586385e38a241.tar.bz2
android_packages_apps_Snap-b22a84a9baa7e64b5f9c77244c1586385e38a241.zip
Fix potential problem with default rsc number
Change-Id: I8205dbb2488232084f984a10963bb9286ff19e0e
Diffstat (limited to 'src')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/ImageFilterFx.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/ImageFilterFx.java b/src/com/android/gallery3d/filtershow/filters/ImageFilterFx.java
index 5404cd149..762474e42 100644
--- a/src/com/android/gallery3d/filtershow/filters/ImageFilterFx.java
+++ b/src/com/android/gallery3d/filtershow/filters/ImageFilterFx.java
@@ -26,7 +26,7 @@ public class ImageFilterFx extends ImageFilter {
private FilterFxRepresentation mParameters = null;
private Bitmap mFxBitmap = null;
private Resources mResources = null;
- private int mFxBitmapId = -1;
+ private int mFxBitmapId = 0;
public ImageFilterFx() {
}