summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-04-30 20:50:03 -0700
committernicolasroard <nicolasroard@google.com>2013-05-01 19:02:55 -0700
commit2ee98c8dc8bfba5e9820c14f348ee077c4a4236d (patch)
treee0b97aa3f0b4dceba8e63e3fa59bd28744690321 /src/com/android/gallery3d/filtershow/filters
parente6a85fb5dc3148d8ef4d6cda30183a9ee33f7314 (diff)
downloadandroid_packages_apps_Snap-2ee98c8dc8bfba5e9820c14f348ee077c4a4236d.tar.gz
android_packages_apps_Snap-2ee98c8dc8bfba5e9820c14f348ee077c4a4236d.tar.bz2
android_packages_apps_Snap-2ee98c8dc8bfba5e9820c14f348ee077c4a4236d.zip
Fix UI
bug:8664728 Change-Id: I90b903e8935b2b6c0dbd6590cff36865644c49b4
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/FilterRepresentation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterRepresentation.java
index 5bb0e5733..82012b992 100644
--- a/src/com/android/gallery3d/filtershow/filters/FilterRepresentation.java
+++ b/src/com/android/gallery3d/filtershow/filters/FilterRepresentation.java
@@ -117,7 +117,7 @@ public class FilterRepresentation implements Cloneable {
}
public boolean supportsPartialRendering() {
- return mSupportsPartialRendering;
+ return false && mSupportsPartialRendering; // disable for now
}
public void setSupportsPartialRendering(boolean value) {