mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-01 10:41:39 -05:00
Reset signature ID after uninstall
This commit is contained in:
@@ -265,6 +265,7 @@ public class AppDetails extends ListActivity {
|
||||
|
||||
// Get the signature of the installed package...
|
||||
mInstalledSignature = null;
|
||||
mInstalledSigID = null;
|
||||
if (curver != null) {
|
||||
PackageManager pm = getBaseContext().getPackageManager();
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user