Fixed a bug where the media template wasn't transforming right

Bug: 28406828
Change-Id: Ie400fd62cc0efc8f0a77cc81a40a17c54aa90e65
This commit is contained in:
Selim Cinek
2016-04-26 16:58:21 -07:00
parent b41b2f6fc2
commit f88c629346

View File

@@ -52,7 +52,7 @@ public class NotificationMediaTemplateViewWrapper extends NotificationTemplateVi
// This also clears the existing types
super.updateTransformedTypes();
if (mActions != null) {
mTransformationHelper.addTransformedView(TransformableView.TRANSFORMING_VIEW_TEXT,
mTransformationHelper.addTransformedView(TransformableView.TRANSFORMING_VIEW_ACTIONS,
mActions);
}
}