From e11aa659de39512c42f3c482a6485788bd32a34c Mon Sep 17 00:00:00 2001 From: nicolasroard Date: Fri, 8 Feb 2013 10:36:00 -0800 Subject: Cleanup Change-Id: I30ccd935876a8cbf580d06c037b4bc7f86dafa42 --- .../android/gallery3d/filtershow/filters/FilterFxRepresentation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java') diff --git a/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java index 06987d2e6..5aff39df4 100644 --- a/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java +++ b/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java @@ -73,7 +73,7 @@ public class FilterFxRepresentation extends FilterRepresentation { } public boolean allowsMultipleInstances() { - return false; + return true; } public Bitmap getFxBitmap() { -- cgit v1.2.3