Commit 6b1953f0 authored by idic's avatar idic

Fix scenario

parent 7b85a42e
...@@ -90,6 +90,7 @@ public class PrivacyPolicyStorageImpl implements StorageInterface<Integer, Strin ...@@ -90,6 +90,7 @@ public class PrivacyPolicyStorageImpl implements StorageInterface<Integer, Strin
} else { } else {
Log.i(TAG, "Put " + String.valueOf(s) + " to [" + layerUUIDs + "] success."); Log.i(TAG, "Put " + String.valueOf(s) + " to [" + layerUUIDs + "] success.");
} }
removeChildLayerPolicies(layerUUIDs); removeChildLayerPolicies(layerUUIDs);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment