mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-30 14:50:14 -05:00
astyle
This commit is contained in:
parent
a683186f6e
commit
5fc78b4219
@ -141,6 +141,8 @@ public class AccountSettings extends K9PreferenceActivity
|
||||
String accountUuid = getIntent().getStringExtra(EXTRA_ACCOUNT);
|
||||
mAccount = Preferences.getPreferences(this).getAccount(accountUuid);
|
||||
|
||||
|
||||
|
||||
boolean isPushCapable = false;
|
||||
boolean isExpungeCapable = false;
|
||||
try
|
||||
@ -621,6 +623,9 @@ public class AccountSettings extends K9PreferenceActivity
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
mCryptoApp = (ListPreference) findPreference(PREFERENCE_CRYPTO_APP);
|
||||
CharSequence cryptoAppEntries[] = mCryptoApp.getEntries();
|
||||
if (!new Apg().isAvailable(this))
|
||||
|
Loading…
Reference in New Issue
Block a user