Loading core/java/android/widget/RemoteViews.java +3 −1 Original line number Diff line number Diff line Loading @@ -1058,8 +1058,10 @@ public class RemoteViews implements Parcelable, Filter { public ViewGroupAction(int viewId, RemoteViews nestedViews) { this.viewId = viewId; this.nestedViews = nestedViews; if (nestedViews != null) { configureRemoteViewsAsChild(nestedViews); } } public ViewGroupAction(Parcel parcel, BitmapCache bitmapCache) { viewId = parcel.readInt(); Loading Loading
core/java/android/widget/RemoteViews.java +3 −1 Original line number Diff line number Diff line Loading @@ -1058,8 +1058,10 @@ public class RemoteViews implements Parcelable, Filter { public ViewGroupAction(int viewId, RemoteViews nestedViews) { this.viewId = viewId; this.nestedViews = nestedViews; if (nestedViews != null) { configureRemoteViewsAsChild(nestedViews); } } public ViewGroupAction(Parcel parcel, BitmapCache bitmapCache) { viewId = parcel.readInt(); Loading