Ensure apk list gets redrawn when necessary

This commit is contained in:
Ciaran Gultnieks 2012-10-19 08:41:08 +01:00
parent 5ab0acf4c0
commit d07db77103

View File

@ -346,6 +346,7 @@ public class AppDetails extends ListActivity {
la.items.clear(); la.items.clear();
for (DB.Apk apk : app.apks) for (DB.Apk apk : app.apks)
la.addItem(apk); la.addItem(apk);
la.notifyDataSetChanged();
// Insert the 'infoView' (which contains the summary, various odds and // Insert the 'infoView' (which contains the summary, various odds and
// ends, and the description) into the appropriate place, if we're in // ends, and the description) into the appropriate place, if we're in