Loading core/java/android/appwidget/AppWidgetHostView.java +5 −0 Original line number Diff line number Diff line Loading @@ -552,6 +552,11 @@ public class AppWidgetHostView extends FrameLayout { inflateAsync(rvToApply); return; } // Prepare a local reference to the remote Context so we're ready to // inflate any requested LayoutParams mRemoteContext = getRemoteContext(); int layoutId = rvToApply.getLayoutId(); if (rvToApply.canRecycleView(mView)) { try { Loading Loading
core/java/android/appwidget/AppWidgetHostView.java +5 −0 Original line number Diff line number Diff line Loading @@ -552,6 +552,11 @@ public class AppWidgetHostView extends FrameLayout { inflateAsync(rvToApply); return; } // Prepare a local reference to the remote Context so we're ready to // inflate any requested LayoutParams mRemoteContext = getRemoteContext(); int layoutId = rvToApply.getLayoutId(); if (rvToApply.canRecycleView(mView)) { try { Loading