compare fix
This commit is contained in:
parent
b5a1543b92
commit
7ec0665dbf
|
@ -129,7 +129,7 @@ public class FabricPrivacy {
|
|||
MainApp.getFirebaseAnalytics().setUserProperty("HEAD", BuildConfig.HEAD);
|
||||
MainApp.getFirebaseAnalytics().setUserProperty("Remote", remote);
|
||||
List<String> hashes = SignatureVerifier.getPlugin().shortHashes();
|
||||
if (hashes.size() > 1)
|
||||
if (hashes.size() >= 1)
|
||||
MainApp.getFirebaseAnalytics().setUserProperty("Hash", hashes.get(0));
|
||||
|
||||
if (ConfigBuilderPlugin.getPlugin().getActivePump() != null)
|
||||
|
|
Loading…
Reference in a new issue