From 277c428c606bd1de0ac84a35ece703afa89227f0 Mon Sep 17 00:00:00 2001 From: ztenghui Date: Wed, 19 Jun 2013 14:16:14 -0700 Subject: Fix LUT3D information lost after re-edit bug:9427243 Change-Id: I8535c8776c866fd6c84d391a8de82df9cb214694 --- src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java index 2dbff94bd..208b3c8f2 100644 --- a/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java +++ b/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java @@ -58,6 +58,7 @@ public class FilterFxRepresentation extends FilterRepresentation { if (a instanceof FilterFxRepresentation) { FilterFxRepresentation representation = (FilterFxRepresentation) a; setName(representation.getName()); + setSerializationName(representation.getSerializationName()); setBitmapResource(representation.getBitmapResource()); setNameResource(representation.getNameResource()); } -- cgit v1.2.3