am af55d6f6: am 92b4f9a3: am 0f24766c: am cfd4b754: am 5c3b7c3a: Merge "Don\'t clear data summary when loader is cancelled" into mnc-dev

* commit 'af55d6f6b3a7481a1942b4d1397f4cccf96849bf':
  Don't clear data summary when loader is cancelled
This commit is contained in:
Jason Monk
2015-07-09 20:10:04 +00:00
committed by Android Git Automerger

View File

@@ -937,8 +937,7 @@ public class InstalledAppDetails extends AppInfoBase
@Override
public void onLoaderReset(Loader<ChartData> loader) {
mChartData = null;
mDataPreference.setSummary(getDataSummary());
// Leave last result.
}
};