Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationMediaTemplateViewWrapper.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationMediaTemplateViewWrapper.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading