am b652393d: am b3017f4d: Sample code: bug fix

* commit 'b652393dd55979be53e73e62fa985d5cd836b156':
  Sample code: bug fix
This commit is contained in:
Katie McCormick
2013-11-26 12:20:41 -08:00
committed by Android Git Automerger

View File

@@ -266,7 +266,7 @@ public class LoaderCustom extends Activity {
onReleaseResources(apps);
}
}
List<AppEntry> oldApps = apps;
List<AppEntry> oldApps = mApps;
mApps = apps;
if (isStarted()) {