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 {
|
try {
|
||||||
DB db = DB.getDB();
|
DB db = DB.getDB();
|
||||||
db.removeRepos(rem_lst);
|
db.removeRepos(rem_lst);
|
||||||
|
((FDroidApp) getApplication()).invalidateAllApps();
|
||||||
} finally {
|
} finally {
|
||||||
DB.releaseDB();
|
DB.releaseDB();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user