Ensure apk list gets redrawn when necessary
This commit is contained in:
parent
5ab0acf4c0
commit
d07db77103
@ -346,6 +346,7 @@ public class AppDetails extends ListActivity {
|
||||
la.items.clear();
|
||||
for (DB.Apk apk : app.apks)
|
||||
la.addItem(apk);
|
||||
la.notifyDataSetChanged();
|
||||
|
||||
// Insert the 'infoView' (which contains the summary, various odds and
|
||||
// ends, and the description) into the appropriate place, if we're in
|
||||
|
Loading…
x
Reference in New Issue
Block a user