Loading core/java/android/widget/RemoteViewsAdapter.java +3 −3 Original line number Diff line number Diff line Loading @@ -86,9 +86,6 @@ public class RemoteViewsAdapter extends BaseAdapter { mRemoteViewsFactory = IRemoteViewsFactory.Stub.asInterface(service); mConnected = true; // start the background loader mViewCache.startBackgroundLoader(); // notifyDataSetChanged should be called first, to ensure that the // views are not updated twice notifyDataSetChanged(); Loading @@ -111,6 +108,9 @@ public class RemoteViewsAdapter extends BaseAdapter { }); } }); // start the background loader mViewCache.startBackgroundLoader(); } public void onServiceDisconnected(ComponentName name) { Loading Loading
core/java/android/widget/RemoteViewsAdapter.java +3 −3 Original line number Diff line number Diff line Loading @@ -86,9 +86,6 @@ public class RemoteViewsAdapter extends BaseAdapter { mRemoteViewsFactory = IRemoteViewsFactory.Stub.asInterface(service); mConnected = true; // start the background loader mViewCache.startBackgroundLoader(); // notifyDataSetChanged should be called first, to ensure that the // views are not updated twice notifyDataSetChanged(); Loading @@ -111,6 +108,9 @@ public class RemoteViewsAdapter extends BaseAdapter { }); } }); // start the background loader mViewCache.startBackgroundLoader(); } public void onServiceDisconnected(ComponentName name) { Loading