Merge "Fixed a bug where the media template wasn't transforming right" into nyc-dev

This commit is contained in:
Selim Cinek
2016-04-27 23:00:04 +00:00
committed by Android (Google) Code Review

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);
}
}