mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 10:40:11 -05:00
astyle
This commit is contained in:
parent
7300aca2b8
commit
e0447e32cc
@ -1491,8 +1491,10 @@ public class Account implements BaseAccount
|
||||
lastSelectedFolderName = folderName;
|
||||
}
|
||||
|
||||
public synchronized CryptoProvider getCryptoProvider() {
|
||||
if (mCryptoProvider == null) {
|
||||
public synchronized CryptoProvider getCryptoProvider()
|
||||
{
|
||||
if (mCryptoProvider == null)
|
||||
{
|
||||
mCryptoProvider = CryptoProvider.createInstance(getCryptoApp());
|
||||
}
|
||||
return mCryptoProvider;
|
||||
|
@ -2,7 +2,8 @@ package com.fsck.k9.crypto;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
public class PgpData implements Serializable {
|
||||
public class PgpData implements Serializable
|
||||
{
|
||||
protected long mEncryptionKeyIds[] = null;
|
||||
protected long mSignatureKeyId = 0;
|
||||
protected String mSignatureUserId = null;
|
||||
|
@ -202,7 +202,8 @@ public class MessageProvider extends ContentProvider
|
||||
|
||||
public void setApplication(Application app)
|
||||
{
|
||||
if (context == null) {
|
||||
if (context == null)
|
||||
{
|
||||
context = app.getApplicationContext();
|
||||
}
|
||||
if (app != null)
|
||||
|
Loading…
Reference in New Issue
Block a user