Show version updates in the updates tab

This commit is contained in:
Daniel Martí 2014-01-15 23:44:56 +01:00
parent ca1a07677a
commit 4a70097c64

View File

@ -9,7 +9,7 @@ public class CanUpdateAppListAdapter extends AppListAdapter {
@Override
protected boolean showStatusUpdate() {
return false;
return true;
}
@Override