am 4afb47eb: am b652393d: am b3017f4d: Sample code: bug fix

* commit '4afb47eb21efb6e299cdf907b9cef47937c6fdd7':
  Sample code: bug fix
This commit is contained in:
Katie McCormick
2013-11-27 10:47:56 -08:00
committed by Android Git Automerger

View File

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