Merge branch 'master' of github.com:open-keychain/open-keychain

This commit is contained in:
Dominik Schürmann
2015-08-12 17:09:15 +02:00

View File

@@ -37,6 +37,7 @@ public abstract class CachingCryptoOperationFragment <T extends Parcelable, S ex
@Override
public void onQueuedOperationError(S result) {
super.onQueuedOperationError(result);
mCachedActionsParcel = null;
}