Invalidate app/apk cache when removing repos
This commit is contained in:
parent
c545139927
commit
b9d5e8f701
@ -229,6 +229,7 @@ public class ManageRepo extends ListActivity {
|
||||
try {
|
||||
DB db = DB.getDB();
|
||||
db.removeRepos(rem_lst);
|
||||
((FDroidApp) getApplication()).invalidateAllApps();
|
||||
} finally {
|
||||
DB.releaseDB();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user