Invalidate app/apk cache when removing repos

This commit is contained in:
Daniel Martí 2013-07-21 13:15:01 +02:00
parent c545139927
commit b9d5e8f701

View File

@ -229,6 +229,7 @@ public class ManageRepo extends ListActivity {
try {
DB db = DB.getDB();
db.removeRepos(rem_lst);
((FDroidApp) getApplication()).invalidateAllApps();
} finally {
DB.releaseDB();
}